From fd41d51822b75a571fd0f0e587cda3404079caef Mon Sep 17 00:00:00 2001 From: everest Date: Thu, 17 Feb 2022 14:14:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca5a2c..b81bfd4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Download one of the precompiled binaries on the releases page **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)`, then move the executable to /usr/bin by running: `sudo mv /path/to/executable /usr/bin` +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) **Features**