Update README.md
This commit is contained in:
parent
49bcf79e6e
commit
fd41d51822
@ -12,7 +12,7 @@ Download one of the precompiled binaries on the releases page
|
||||
|
||||
**OR**
|
||||
|
||||
Clone this reository to any directory (EXCEPT /tmp), then run: `gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91)`, then move the executable to /usr/bin by running: `sudo mv /path/to/executable /usr/bin`
|
||||
Clone this reository to /tmp, then run: `gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91)` to compile the main executable. Run `gcc -O2 -Wall sherpa-version.c` to compile the version script (optional), then move the executable to /usr/bin by running: `sudo mv /path/to/executable /usr/bin`. Do the same with the version script (you must rename it first)
|
||||
|
||||
**Features**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user