touch up INSTALL

This commit is contained in:
Neale Pickett 2015-01-30 19:17:16 -07:00
parent 16e07bb1e1
commit fe5bcf670d
2 changed files with 7 additions and 3 deletions

View File

@ -58,6 +58,7 @@ Spongy CGI Configuration
If you'd like to run `spongy.cgi`,
that's fine,
but you have to create a configuration file
called `spongy.cfg`
in the same directory as the CGI.
It looks like this:
@ -66,6 +67,8 @@ It looks like this:
"basedir": "/home/neale/lib/irc"
}
`basedir` is the path to the BASE DIRECTORY from above.
`auth` is a sha256 checksum of your password.
You can generate it for the password "bloop" like this:

7
README
View File

@ -23,7 +23,8 @@ Features
* Gracefully handles clients with transient networking, such as cell phones and laptops.
Todo
-----
Other Documentation
-------------------
[Todo list](TODO)
* [Installation Instructions](INSTALL)
* [Todo list](TODO)