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
 ```sh
38
 ```sh
39
 go get
39
 go get
40
 go install
40
 go install
41
-ergonomadic -conf ergonomadic.conf -initdb
41
+ergonomadic initdb -conf ergonomadic.conf
42
 ```
42
 ```
43
 
43
 
44
 ## Configuration
44
 ## Configuration
48
 subcommand.
48
 subcommand.
49
 
49
 
50
 ```sh
50
 ```sh
51
-ergonomadic -genpasswd 'hunter2!'
51
+ergonomadic genpasswd 'hunter2!'
52
 ```
52
 ```
53
 
53
 
54
 ## Running the Server
54
 ## Running the Server
55
 
55
 
56
 ```sh
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
 - [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459)
62
 - [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459)
63
 - [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)
63
 - [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)

Loading…
Cancel
Save