touch up INSTALL
This commit is contained in:
parent
16e07bb1e1
commit
fe5bcf670d
|
@ -58,6 +58,7 @@ Spongy CGI Configuration
|
||||||
If you'd like to run `spongy.cgi`,
|
If you'd like to run `spongy.cgi`,
|
||||||
that's fine,
|
that's fine,
|
||||||
but you have to create a configuration file
|
but you have to create a configuration file
|
||||||
|
called `spongy.cfg`
|
||||||
in the same directory as the CGI.
|
in the same directory as the CGI.
|
||||||
It looks like this:
|
It looks like this:
|
||||||
|
|
||||||
|
@ -66,6 +67,8 @@ It looks like this:
|
||||||
"basedir": "/home/neale/lib/irc"
|
"basedir": "/home/neale/lib/irc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
`basedir` is the path to the BASE DIRECTORY from above.
|
||||||
|
|
||||||
`auth` is a sha256 checksum of your password.
|
`auth` is a sha256 checksum of your password.
|
||||||
You can generate it for the password "bloop" like this:
|
You can generate it for the password "bloop" like this:
|
||||||
|
|
7
README
7
README
|
@ -23,7 +23,8 @@ Features
|
||||||
* Gracefully handles clients with transient networking, such as cell phones and laptops.
|
* Gracefully handles clients with transient networking, such as cell phones and laptops.
|
||||||
|
|
||||||
|
|
||||||
Todo
|
Other Documentation
|
||||||
-----
|
-------------------
|
||||||
|
|
||||||
[Todo list](TODO)
|
* [Installation Instructions](INSTALL)
|
||||||
|
* [Todo list](TODO)
|
||||||
|
|
Loading…
Reference in New Issue