Update INSTALL.sh

This commit is contained in:
everest
2022-03-07 17:33:12 +00:00
committed by GitHub
parent 8a0f46e772
commit b91510fb8e

View File

@@ -5,4 +5,4 @@
echo "Compiling Sherpa..."
gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o Sherpa $(pkg-config --libs vte-2.91) # Compile main Sherpa binary
echo "CC sherpa.c"
mv /tmp/sherpa/sherpa /usr/bin
mv ./sherpa /usr/bin