aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2011-12-01 19:20:03 -0600
committerKevin Lange <kevin.lange@dakko.us>2011-12-01 19:20:03 -0600
commitc0487d5ca476da43c7869261b031c119cc2908bb (patch)
treed4b72e083b43e68c1b6db6b0ca1e1fcf61690137
parentb49f6dc4c6cf4fc7f09fd1604735f4db09e6bcc2 (diff)
downloadnyancat-c0487d5ca476da43c7869261b031c119cc2908bb.tar.gz
Update README
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 561aed6..afc1da2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Nyancat rendered in your terminal.
First build the C application:
- make
+ make && cd src
You can run the C application standalone. It will prompt you to select a color mode.
@@ -16,7 +16,7 @@ You can run the C application standalone. It will prompt you to select a color m
To run the telnet server, use:
- sudo ./nyancat.py
+ sudo ./start.sh
(The server will only try to start on port 23, so you must be root)
143'>143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177