aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d79dd3e..b556d29 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ The goal is to make the options and features as similar to `grep` as possible fo
Assuming you have the llvm/clang libraries(the build file will read your llvm options using `llvm-config` so make sure it's in path), just run:<br/>
```bash
git clone https://github.com/bloodstalker/cgrep
+cd cgrep
git submodule init
git submodule update
make