Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 999738f

Browse files
committed
Update README.md: git clone -b master --single-branch
1 parent 5e6ce6f commit 999738f

File tree

2 files changed

+172
-1
lines changed

2 files changed

+172
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ Building cquery is simple. The external dependencies are few:
4343

4444
```bash
4545
$ clang --version # if missing, sudo apt-get install clang
46-
$ git clone https://github.com/jacobdufault/cquery --recursive
46+
$ git clone https://github.com/jacobdufault/cquery --single-branch
4747
$ cd cquery
48+
$ git submodule update --init
4849
$ ./waf configure --prefix ~/.local/stow/cquery # --prefix is optional, it specifies install directory
4950
$ ./waf build # -g -O3, built build/release/bin/cquery
5051
$ ./waf install # optional, copies the executable to $PREFIX/bin/cquery

waf

+170
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)