Update README.md
This commit is contained in:
parent
d53c0716e6
commit
dadb104627
21
README.md
21
README.md
@ -67,9 +67,17 @@ 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]
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
|
||||||
|
start
|
||||||
|
Start the server
|
||||||
|
|
||||||
|
config
|
||||||
|
Edit config: '/usr/lib/node_modules/shout/config.json'
|
||||||
|
|
||||||
list
|
list
|
||||||
List all existing users
|
List all existing users
|
||||||
@ -81,7 +89,14 @@ Commands:
|
|||||||
Remove an existing user
|
Remove an existing user
|
||||||
|
|
||||||
edit <name>
|
edit <name>
|
||||||
Edit an existing user
|
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