Update README.md
This commit is contained in:
parent
24d3f3768e
commit
143f9dca33
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
![alt text](https://raw.githubusercontent.com/amogus3016/amogus3016/main/sherpa%20logo.png)
|
![alt text](https://raw.githubusercontent.com/amogus3016/amogus3016/main/sherpa%20logo.png)
|
||||||
|
|
||||||
|
The simplest terminal around
|
||||||
|
|
||||||
Sherpa is a lightweight terminal for unix-like operating systems. Developed for Everest Linux.
|
Sherpa is a lightweight terminal for unix-like operating systems. Developed for Everest Linux.
|
||||||
|
|
||||||
**Installation**
|
**Installation**
|
||||||
@ -10,8 +12,10 @@ 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)`
|
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`
|
||||||
|
|
||||||
**Notes**
|
**Notes**
|
||||||
|
|
||||||
At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.
|
At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.
|
||||||
|
|
||||||
|
If the makefile warns of a missing vte.h, ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user