Update README.md

This commit is contained in:
everest 2022-02-17 14:14:12 +00:00 committed by GitHub
parent 49bcf79e6e
commit fd41d51822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Download one of the precompiled binaries on the releases page
**OR** **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** **Features**