diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2019-10-12 15:31:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-12 15:31:16 +0000 |
commit | 5f2d41679e8010cb86329bfadddbeca2e00bc4eb (patch) | |
tree | e5715067cba8baae5170823592cec600af3f88f3 | |
parent | Merge pull request #6 from yeger00/master (diff) | |
parent | small readme update (diff) | |
download | cgrep-5f2d41679e8010cb86329bfadddbeca2e00bc4eb.tar.gz cgrep-5f2d41679e8010cb86329bfadddbeca2e00bc4eb.zip |
Merge pull request #7 from yeger00/readme-update
small readme update
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |