fixed broken gcc command

This commit is contained in:
amogus3016 2022-01-04 08:53:52 -05:00 committed by GitHub
parent c7491d2d39
commit f2855bb60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ 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`
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)`
**Notes**