mirror of
https://github.com/PoetryInCode/ViewBin.git
synced 2026-08-13 11:24:38 -04:00
update README
This commit is contained in:
parent
00b4be6d4f
commit
71f38dfec4
@ -8,9 +8,14 @@ To view the flag/help screen run with `-h` or `--help`
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user