diff options
author | June McEnroe <june@causal.agency> | 2017-08-26 16:47:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-08-26 16:47:57 -0400 |
commit | 592d0fbdc59c19c89bf4fd5498591d07b0d9c132 (patch) | |
tree | 4d4b47d34aee0fc4b2e7ce574bdabc838d644c8a /README | |
parent | Add Makefile (diff) | |
download | torus-592d0fbdc59c19c89bf4fd5498591d07b0d9c132.tar.gz torus-592d0fbdc59c19c89bf4fd5498591d07b0d9c132.zip |
Use Makefile
Diffstat (limited to '')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README index 50a642d..e4d52e8 100644 --- a/README +++ b/README @@ -2,15 +2,12 @@ Welcome to ascii.town! This software targets FreeBSD and Darwin. -C source files are self-compiling, e.g. ./server.c. - torus.h Shared structures and message protocol. server.c Maps torus.dat and listens on torus.sock. client.c Curses client. help.c Automated client which redraws a helpful banner. snapshot.sh Snapshots data file, appropriate for cron. - chroot.sh Creates chroot tarball. sshd_config Anonymous login to chrooted client. termcap.diff Patch for bright colors in xterm and rxvt. index.html Friendly directions. |