aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryeger <yeger00@gmail.com>2019-10-12 11:25:49 +0000
committeryeger <yeger00@gmail.com>2019-10-12 11:25:49 +0000
commit33f73fcad4d3350dead8137d119a05505e13dccb (patch)
treec8e7559408ccc41d00d6ea0e94607a20ef6a2662
parentreadme update (diff)
downloadcgrep-33f73fcad4d3350dead8137d119a05505e13dccb.tar.gz
cgrep-33f73fcad4d3350dead8137d119a05505e13dccb.zip
small readme update
-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