update README

This commit is contained in:
Solomon 2020-06-24 10:25:24 -04:00 committed by GitHub
parent 00b4be6d4f
commit 71f38dfec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,14 @@ To view the flag/help screen run with `-h` or `--help`
## Building ## Building
### Linux ### Linux/MacOS
On Linux you can clone the repository and just run `make` inside the cloned directory. No dependencies, only a compiler and Gnu Make. You can clone the repository and just run `make` inside the cloned directory. No dependencies, only a compiler and Gnu Make. It uses the default compiler
on the system, but you can specify a compiler by changing the value of `cc` in the [Makefile](./Makefile) on the first line
Run `make install` to install it on the system this will require root
Run `make uninstall` to remove it from the system this will also require root.
### Windows ### Windows