aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-12-03 19:31:21 -0600
committerKevin Lange <k@dakko.us>2011-12-03 19:31:21 -0600
commit93fcebb156a9c7ceea8ea2677d5ac3084f6387d2 (patch)
treee1b45b615831cc44ff66bcc6e1bd2cf9185d1e38 /README.md
parentc556b4ec190e414beed221e0d5307cde1949aec1 (diff)
downloadnyancat-93fcebb156a9c7ceea8ea2677d5ac3084f6387d2.tar.gz
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index afc1da2..ed6f91a 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ You can run the C application standalone. It will prompt you to select a color m
./nyancat
-To run the telnet server, use:
+To use the telnet server, you need to add a configuration that runs:
- sudo ./start.sh
+ nyancat -t
-(The server will only try to start on port 23, so you must be root)
+... to either an `inetd` or `xinetd` server. I am using `openbsd-inetd`, which you must give *both* arguments (`nyancat` and `-t`) to, which I found odd.
## Licenses, References, etc.