aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-09-22 00:04:49 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-09-22 00:04:49 +0200
commita2a7678518ec1db608f37f0521a3f8b61e97f868 (patch)
treee699f93ab5836df930b50bbcb492a77302934ebd /README.md
parent96ffb29a550451152b125f353a2107141610bc27 (diff)
downloadnissy-a2a7678518ec1db608f37f0521a3f8b61e97f868.tar.gz
nissy-a2a7678518ec1db608f37f0521a3f8b61e97f868.zip
Added CO first command
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1278b31..25ba2d4 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ example, on a Linux system with GCC installed:
26 26
27``` 27```
28cd path/to/nissy 28cd path/to/nissy
29gcc -O3 -std=c99 -o nissy ./src/*.c 29gcc -O2 -std=c99 -o nissy ./src/*.c
30./nissy 30./nissy
31``` 31```
32 32

Generated with cgit - Back to sebastiano.tronto.net