updated readme

This commit is contained in:
bjt-user 2024-11-23 15:40:51 +01:00
parent 3bf6fea43d
commit 4313a7ef84

View File

@ -9,11 +9,15 @@
#### installation
```
make
cd src/builddir
```
```
sudo make install
meson compile
```
```
meson install
```
#### usage
@ -36,7 +40,7 @@ icscli -h
#### uninstall
```
sudo make uninstall
sudo rm -f /usr/local/bin/icscli
```
#### 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
```
This will run ctags on every commit.
This will run `ctags` on every commit.
#### TODO