- Timestamp:
- Apr 19, 2021, 2:35:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r373 r504 13 13 ## Usage 14 14 15 See the man page at `doc/soju.1.scd`for more information.15 See the man page for more information. 16 16 17 17 ### Server side … … 19 19 To create an admin user and start soju, run these commands: 20 20 21 go run ./cmd/sojuctl create-user <soju username> -admin22 go run ./cmd/soju -listen irc+insecure://127.0.0.1:666721 sojuctl create-user <soju username> -admin 22 soju -listen irc+insecure://127.0.0.1:6667 23 23 24 24 If you're migrating from ZNC, a tool is available to import users, networks and … … 66 66 /join #somechannel/rizon 67 67 68 ## ## Notes68 ## Building and installing 69 69 70 soju will automatically save and restore the channels you were connected to. 70 For end users, a `Makefile` is provided: 71 72 make 73 sudo make install 74 75 For development, you can use `go run ./cmd/soju` as usual. 71 76 72 77 ## Contributing
Note:
See TracChangeset
for help on using the changeset viewer.