summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
>-0/+2 2012-02-12Fix typo in README.Jonathan McCrohan1-1/+1 2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan5-3/+151 2012-01-10Handle 32bit signed overflow.Jonathan McCrohan1-1/+6 2012-01-10Update README.Jonathan McCrohan1-1/+3