From 4313a7ef84c8fba30f115d6c843692ff164634fe Mon Sep 17 00:00:00 2001 From: bjt-user Date: Sat, 23 Nov 2024 15:40:51 +0100 Subject: [PATCH] updated readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b6bdbc..b384b2d 100644 --- a/README.md +++ b/README.md @@ -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