updated readme
This commit is contained in:
parent
3bf6fea43d
commit
4313a7ef84
12
README.md
12
README.md
@ -9,11 +9,15 @@
|
|||||||
#### installation
|
#### installation
|
||||||
|
|
||||||
```
|
```
|
||||||
make
|
cd src/builddir
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo make install
|
meson compile
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
meson install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### usage
|
#### usage
|
||||||
@ -36,7 +40,7 @@ icscli -h
|
|||||||
#### uninstall
|
#### uninstall
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo make uninstall
|
sudo rm -f /usr/local/bin/icscli
|
||||||
```
|
```
|
||||||
|
|
||||||
#### git-hooks for ctags pre-commit
|
#### git-hooks for ctags pre-commit
|
||||||
@ -45,7 +49,7 @@ The developer has to actively enable git hooks:
|
|||||||
```
|
```
|
||||||
git config --local core.hooksPath git-hooks
|
git config --local core.hooksPath git-hooks
|
||||||
```
|
```
|
||||||
This will run ctags on every commit.
|
This will run `ctags` on every commit.
|
||||||
|
|
||||||
#### TODO
|
#### TODO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user