Update README.md

This commit is contained in:
amogus3016 2022-01-14 13:40:46 +00:00 committed by GitHub
parent 4c718e78c6
commit 4f72feb24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
The simplest terminal around
Sherpa is a lightweight terminal for unix-like operating systems. Developed for Everest Linux. Provides a strong baseline for customization.
Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.
**Installation**
@ -14,6 +14,14 @@ Download one of the precompiled binaries on the releases page
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 run `make`
**Features**
Lightweight terminal emulator out of the box
Strong base to customize
Less lines of code than most terminal emulators (including st)
**Notes**
At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.
Runs on any GTK capable system. This includes KDE Plasma.