sherpa/README.md

14 lines
447 B
Markdown
Raw Normal View History

2021-12-12 13:10:41 -05:00
# Sherpa
![alt text](https://raw.githubusercontent.com/amogus3016/amogus3016/main/sherpa%20logo.png)
Sherpa is a lightweight terminal for unix-like operating systems. Developed for Everest Linux.
2021-12-13 07:50:37 -05:00
**Installation**
2021-12-31 13:18:40 -05:00
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`