Update README.md

This commit is contained in:
everest 2022-03-07 21:13:26 +00:00 committed by GitHub
parent 5e269087a2
commit d6bcd76955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,29 @@ The simplest terminal around
Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.
**Installation**
**Installing**
Download one of the precompiled binaries on the releases page
Clone the repository to /tmp
**OR**
Change directory into the sherpa folder
Clone this reository to /tmp, then run: `gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91)` to compile the main executable. Run `gcc -O2 -Wall sherpa-version.c` to compile the version script (optional), then move the executable to /usr/bin by running: `sudo mv /path/to/executable /usr/bin`. Do the same with the version script (you must rename it first)
Run INSTALL.sh as root
**Updating**
Clone the repository to /tmp
Change directory into the sherpa folder
Run UPDATE.sh as root
**Uninstalling**
Clone the repository to /tmp
directory into the sherpa folder
Run UNINSTALL.sh as root
**Features**