From 0636429855afcee473a9e4ea4a6e66ba916a8895 Mon Sep 17 00:00:00 2001 From: Tiago Garcia <35657250+TiagoRG@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:28:54 +0000 Subject: [PATCH] Update README.md --- tools/truthtable/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/truthtable/README.md b/tools/truthtable/README.md index 413ad61..07c453d 100644 --- a/tools/truthtable/README.md +++ b/tools/truthtable/README.md @@ -10,8 +10,8 @@ #### 4. Run the following commands: 1. Make sure the setup.sh is executable: `sudo chmod +x setup.sh`
2. Install the script: `./setup.sh install` -#### 5. Done! You can now use the tool by running `truthtable` in terminal. +#### 5. Done! You can now use the tool by running `truthtable` in terminal. Use `truthtable usage` to know better how to use this tool. --- -#### Use `truthtable usage` to know better how to use this tool. -#### If you want to remove the tool, run `./setup.sh uninstall`, delete setup.sh and it will be removed. +## Uninstalling +If you want to remove the tool, run `./setup.sh uninstall`, delete setup.sh and it will be removed.