Update README.md
This commit is contained in:
parent
4c718e78c6
commit
4f72feb24e
12
README.md
12
README.md
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
The simplest terminal around
|
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**
|
**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`
|
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**
|
**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.
|
||||||
|
Loading…
Reference in New Issue
Block a user