diff options
author | bloodstalker <thabogre@gmail.com> | 2018-11-11 00:24:23 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-11-11 00:24:23 +0000 |
commit | 5ee28cb6fc044c279a36ee52369554ee2a7454e1 (patch) | |
tree | dc6b484126fa3aee95776b68f222f2fe627eb1b3 /README.md | |
parent | update (diff) | |
download | cgrep-5ee28cb6fc044c279a36ee52369554ee2a7454e1.tar.gz cgrep-5ee28cb6fc044c279a36ee52369554ee2a7454e1.zip |
update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ `grep` for C/C++ source files.<br/> cgrep uses libtooling, the latest tested version of LLVM is trunk 340121.<br/> -#Bulding +## Bulding assuming you have the llvm/clang libraries, just run:<br/> ```bash git clone https://github.com/bloodstalker/cgrep |