added info

This commit is contained in:
amogus3016 2021-12-31 13:38:55 -05:00 committed by GitHub
parent 2588680217
commit d32399faeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,7 @@ Download one of the precompiled binaries on the releases page
**OR** **OR**
Clone this reository to any directory (EXCEPT /tmp), then run: `gcc -02 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91` Clone this reository to any directory (EXCEPT /tmp), then run: `gcc -02 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91`
**Notes**
At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.