diff options
author | June McEnroe <programble@gmail.com> | 2017-08-26 16:47:57 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-08-26 16:47:57 -0400 |
commit | c1eee615c85ef9aebbb1b86b372535e61ca8d6ce (patch) | |
tree | 967e66d63049ec655219d0826b003f83ea47610b /README | |
parent | Add Makefile (diff) | |
download | torus-c1eee615c85ef9aebbb1b86b372535e61ca8d6ce.tar.gz torus-c1eee615c85ef9aebbb1b86b372535e61ca8d6ce.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. |