aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-07-20 10:22:28 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-07-20 10:22:28 +0200
commit40352f018b29e8aea9a804dd1240ea8374c39db8 (patch)
treeeed21b2f8b5b8f976261ab804e357218f69105c7 /README.md
parente1ebff51092baf5581b728baec05c52c4bb3445e (diff)
downloadnissy-40352f018b29e8aea9a804dd1240ea8374c39db8.tar.gz
nissy-40352f018b29e8aea9a804dd1240ea8374c39db8.zip
Added more scramble options, scramble doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
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
25example, on a Linux system with GCC installed: 25example, on a Linux system with GCC installed:
26 26
27``` 27```
28cd path/to/nissy/src 28cd path/to/nissy
29gcc -O3 -std=c99 -o ../nissy *.c 29gcc -O3 -std=c99 -o nissy ./src/*.c
30cd ..
31./nissy 30./nissy
32``` 31```
33 32
34You can also use the script compile.sh in the src folder, which executes that 33You can also use the script compile.sh, which executes that
35gcc line (with a few extra options). 34gcc line (with a few extra options).
36 35
37## Tips 36## Tips

Generated with cgit - Back to sebastiano.tronto.net