diff options
author | Kevin Lange <kevin.lange@dakko.us> | 2011-12-01 19:20:03 -0600 |
---|---|---|
committer | Kevin Lange <kevin.lange@dakko.us> | 2011-12-01 19:20:03 -0600 |
commit | c0487d5ca476da43c7869261b031c119cc2908bb (patch) | |
tree | d4b72e083b43e68c1b6db6b0ca1e1fcf61690137 /README.md | |
parent | b49f6dc4c6cf4fc7f09fd1604735f4db09e6bcc2 (diff) | |
download | nyancat-c0487d5ca476da43c7869261b031c119cc2908bb.tar.gz |
Update README
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |