From 40352f018b29e8aea9a804dd1240ea8374c39db8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 20 Jul 2020 10:22:28 +0200 Subject: Added more scramble options, scramble doc --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 581f36c..1278b31 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,12 @@ compiler to use the [C99 standard](https://en.wikipedia.org/wiki/C99). For example, on a Linux system with GCC installed: ``` -cd path/to/nissy/src -gcc -O3 -std=c99 -o ../nissy *.c -cd .. +cd path/to/nissy +gcc -O3 -std=c99 -o nissy ./src/*.c ./nissy ``` -You can also use the script compile.sh in the src folder, which executes that +You can also use the script compile.sh, which executes that gcc line (with a few extra options). ## Tips -- cgit v1.3