A truth-table cheat sheet for the command-line
- Git clone the repository.
git clone https://github.com/AlexanderBodin/truelies.git
- Change working directory to
truelies
.cd truelies
- Install truelies using the Makefile.
make install
(You may have to run this as root).
Use make update
to update truelies to the newest version.
Use make uninstall
to uninstall truelies. This removes all related files from your system.
You can run truelies from any folder on your system, all the makefile does, is to move the files to a "sane" location. The Makefile is optional.
To improve or suggest something simply open an issue or submit a Pull Request.
- Fork it (https://github.com/AlexanderBodin/truelies/fork)
- Create your feature branch | Example:
git checkout -b my-new-feature
) - Commit your changes | Example:
git commit -am 'Add some feature'
) - Push to the branch | Example:
git push origin my-new-feature
) - Create a new Pull Request