From 2588680217a7e2cd20fe5df66dc285ef8f3bd748 Mon Sep 17 00:00:00 2001 From: amogus3016 <89612811+amogus3016@users.noreply.github.com> Date: Fri, 31 Dec 2021 13:18:40 -0500 Subject: [PATCH] updated installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6984df..6fab370 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ Sherpa is a lightweight terminal for unix-like operating systems. Developed for **Installation** -Run: `gcc -02 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o term $(pkg-config --libs vte-2.91` +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`