uaveiro-leci/tools/truthtable/README.md

18 lines
873 B
Markdown
Raw Normal View History

2022-11-17 12:08:42 +00:00
# Truth Table Builder
### Script to build the truth table for a given function.
2022-11-17 12:08:42 +00:00
---
## Installing
#### 1. Head over to [Release](https://github.com/TiagoRG/uaveiro-leci/releases/tag/ttb) and download the zip folder.
#### 2. Extract it into any location and then open that location.
2022-11-17 12:08:42 +00:00
#### 3. Inside the directory, right click and choose "Open in terminal"
![- Unable to load image -](https://github.com/TiagoRG/uaveiro-leci/blob/master/tools/truthtable/openInTerminal.png)
#### 4. Run the following commands:
1. Make sure the setup.sh is executable: `sudo chmod +x setup.sh`<br>
2. Install the script: `./setup.sh install`
#### 5. Done! You can now use the tool by running `truthtable` in terminal.
2022-11-17 12:08:42 +00:00
---
#### 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.