Update README.md
This commit is contained in:
parent
d53c0716e6
commit
dadb104627
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`:
|
Go ahead and run `shout --help`:
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: shout [options] [command]
|
$ shout --help
|
||||||
|
|
||||||
Commands:
|
Usage: shout [options] [command]
|
||||||
|
|
||||||
list
|
Commands:
|
||||||
List all existing users
|
|
||||||
|
|
||||||
add <name>
|
|
||||||
Add a new user
|
|
||||||
|
|
||||||
remove <name>
|
|
||||||
Remove an existing user
|
|
||||||
|
|
||||||
edit <name>
|
start
|
||||||
Edit an existing user
|
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?
|
Pretty simple, huh?
|
||||||
|
Loading…
Reference in New Issue
Block a user