3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Jeremy Latt 2014-03-13 12:40:33 -07:00
parent 39b7c2a915
commit 4ed0d78d87

View File

@ -38,7 +38,7 @@ hostname lookups.
```sh ```sh
go get go get
go install go install
ergonomadic -conf ergonomadic.conf -initdb ergonomadic initdb -conf ergonomadic.conf
``` ```
## Configuration ## Configuration
@ -48,16 +48,16 @@ bcrypted byte strings. You can generate them with the `genpasswd`
subcommand. subcommand.
```sh ```sh
ergonomadic -genpasswd 'hunter2!' ergonomadic genpasswd 'hunter2!'
``` ```
## Running the Server ## Running the Server
```sh ```sh
ergonomadic -conf ergonomadic.conf ergonomadic run -conf ergonomadic.conf
``` ```
## Helpful Documentation ## IRC Documentation
- [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459) - [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459)
- [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811) - [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)