From c0487d5ca476da43c7869261b031c119cc2908bb Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Thu, 1 Dec 2011 19:20:03 -0600 Subject: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3