From 4ed0d78d87b8394229b9fa3d52c2eaf5238f8fff Mon Sep 17 00:00:00 2001 From: Jeremy Latt Date: Thu, 13 Mar 2014 12:40:33 -0700 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f88d3754..5bd1704e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ hostname lookups. ```sh go get go install -ergonomadic -conf ergonomadic.conf -initdb +ergonomadic initdb -conf ergonomadic.conf ``` ## Configuration @@ -48,16 +48,16 @@ bcrypted byte strings. You can generate them with the `genpasswd` subcommand. ```sh -ergonomadic -genpasswd 'hunter2!' +ergonomadic genpasswd 'hunter2!' ``` ## Running the Server ```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 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)