Update README.md
This commit is contained in:
parent
4f72feb24e
commit
98f264918c
@ -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 run `make`
|
||||
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`
|
||||
|
||||
**Features**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user