mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
Update README.md
This commit is contained in:
parent
d53c0716e6
commit
dadb104627
1 changed files with 27 additions and 12 deletions
39
README.md
39
README.md
|
@ -67,21 +67,36 @@ When set to `false`, a login will be required for connecting users.
|
|||
Go ahead and run `shout --help`:
|
||||
|
||||
```
|
||||
Usage: shout [options] [command]
|
||||
$ shout --help
|
||||
|
||||
Commands:
|
||||
Usage: shout [options] [command]
|
||||
|
||||
list
|
||||
List all existing users
|
||||
|
||||
add <name>
|
||||
Add a new user
|
||||
|
||||
remove <name>
|
||||
Remove an existing user
|
||||
Commands:
|
||||
|
||||
edit <name>
|
||||
Edit an existing user
|
||||
start
|
||||
Start the server
|
||||
|
||||
config
|
||||
Edit config: '/usr/lib/node_modules/shout/config.json'
|
||||
|
||||
list
|
||||
List all existing users
|
||||
|
||||
add <name>
|
||||
Add a new user
|
||||
|
||||
remove <name>
|
||||
Remove an existing user
|
||||
|
||||
edit <name>
|
||||
Edit user: '/home/erming/.shout/users/<name>/user.json'
|
||||
|
||||
|
||||
Options:
|
||||
|
||||
-h, --help output usage information
|
||||
-h, --host <ip> host
|
||||
-p, --port <port> port
|
||||
```
|
||||
|
||||
Pretty simple, huh?
|
||||
|
|
Loading…
Reference in a new issue