Browse Source

readme

tags/v0.1.0
Jeremy Latt 10 years ago
parent
commit
4ed0d78d87
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

@@ -38,7 +38,7 @@ hostname lookups.
38 38
 ```sh
39 39
 go get
40 40
 go install
41
-ergonomadic -conf ergonomadic.conf -initdb
41
+ergonomadic initdb -conf ergonomadic.conf
42 42
 ```
43 43
 
44 44
 ## Configuration
@@ -48,16 +48,16 @@ bcrypted byte strings. You can generate them with the `genpasswd`
48 48
 subcommand.
49 49
 
50 50
 ```sh
51
-ergonomadic -genpasswd 'hunter2!'
51
+ergonomadic genpasswd 'hunter2!'
52 52
 ```
53 53
 
54 54
 ## Running the Server
55 55
 
56 56
 ```sh
57
-ergonomadic -conf ergonomadic.conf
57
+ergonomadic run -conf ergonomadic.conf
58 58
 ```
59 59
 
60
-## Helpful Documentation
60
+## IRC Documentation
61 61
 
62 62
 - [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459)
63 63
 - [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)

Loading…
Cancel
Save