diff --git a/README.md b/README.md index 6fab370..5dbea16 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,7 @@ Download one of the precompiled binaries on the releases page **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` + +**Notes** + +At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.