diff options
| author | yeger <yeger00@gmail.com> | 2019-10-12 11:25:49 +0000 | 
|---|---|---|
| committer | yeger <yeger00@gmail.com> | 2019-10-12 11:25:49 +0000 | 
| commit | 33f73fcad4d3350dead8137d119a05505e13dccb (patch) | |
| tree | c8e7559408ccc41d00d6ea0e94607a20ef6a2662 | |
| parent | readme update (diff) | |
| download | cgrep-33f73fcad4d3350dead8137d119a05505e13dccb.tar.gz cgrep-33f73fcad4d3350dead8137d119a05505e13dccb.zip | |
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 | 
