Skip to content
Snippets Groups Projects

fix git clone link in INSTALLATION page so instructions can be copied directly

Merged Crystal Michelle Chua requested to merge crchua/quarkdb:fix-git-clone-link into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ Check out `utils/el7-packages.sh` for a list of build dependencies.
The following will compile QuarkDB and run the tests.
```
git clone https://gitlab.cern.ch/eos/quarkdb && cd quarkdb
git clone https://gitlab.cern.ch/eos/quarkdb.git && cd quarkdb
git submodule update --recursive --init
mkdir build && cd build
Loading