summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-17 21:38:25 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-17 21:38:25 -0400
commit881cee2229dc166af63d4f464799f4e73309d6e4 (patch)
treefbdd3b42ce163a56d669f0d26626cae8ce653cee
parent2309b2125b902660f86081d10e03b23c389d4e77 (diff)
Update README
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 3c1309e..b9ed33a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
# nserver
A nihilistic stats server written is part of reading Learn C the
-Harday.
+Hard Way.
## compiling
@@ -15,25 +15,25 @@ You'll need a C compiler (clang or gcc), the [gdbm][1] library and
To compile the server, do:
```
-make
+gmake
```
To compile a debuggable version of the server, do:
```
-make dev
+gmake dev
```
The usual:
```
-make clean
+gmake clean
```
clean up things.
-## statserve
+## running
To start this server, do: