873 B
873 B
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"
4. Run the following commands:
- Make sure the setup.sh is executable:
sudo chmod +x setup.sh
- Install the script:
./setup.sh install