From 8a02e284a4a819f8139660ec20de675ab04ab6cc Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 17 Oct 2023 18:22:12 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba1dedd..fafc3d4 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ sudo make install ``` or ``` -sudo ./install +sudo ./install.sh ``` ### uninstall -this remove all files and directory copied in `make install` or `./install` +this remove all files and directory copied in `make install` or `./install.sh` ``` sudo make uninstall ``` or ``` -sudo ./uninstall +sudo ./uninstall.sh ``` ## using lib ytest