aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2019-10-12 15:31:16 +0000
committerGitHub <noreply@github.com>2019-10-12 15:31:16 +0000
commit5f2d41679e8010cb86329bfadddbeca2e00bc4eb (patch)
treee5715067cba8baae5170823592cec600af3f88f3
parentMerge pull request #6 from yeger00/master (diff)
parentsmall readme update (diff)
downloadcgrep-5f2d41679e8010cb86329bfadddbeca2e00bc4eb.tar.gz
cgrep-5f2d41679e8010cb86329bfadddbeca2e00bc4eb.zip
Merge pull request #7 from yeger00/readme-update
small readme update
Diffstat (limited to '')
-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