uaveiro-leci/tools/truthtable
TiagoRG 0da1e9b841
Truthtable update: now installed into bin instead of an alias
2023-02-20 22:21:57 +00:00
..
README.md Truthtable update: now installed into bin instead of an alias 2023-02-20 22:21:57 +00:00
openInTerminal.png Truthtable update: now installed into bin instead of an alias 2023-02-20 22:21:57 +00:00
setup.sh Truthtable update: now installed into bin instead of an alias 2023-02-20 22:21:57 +00:00
truthtable.py Truthtable update: now installed into bin instead of an alias 2023-02-20 22:21:57 +00:00

README.md

Truth Table Builder

Script to build the truth table for a given function.


Installing

1. Head over to Release and download the zip folder.

2. Extract it into any location and then open that location.

3. Inside the directory, right click and choose "Open in terminal"

- Unable to load image -

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.


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.