Update README.md
Added 'User Management section
This commit is contained in:
parent
b36d01f558
commit
c811750c32
23
README.md
23
README.md
@ -37,6 +37,29 @@ __public__
|
||||
Set to either `true|false`.
|
||||
When set to `false`, a login will be required for connecting users.
|
||||
|
||||
## User Management
|
||||
|
||||
Go ahead and run `shout --help`:
|
||||
|
||||
```
|
||||
Usage: shout [options] [command]
|
||||
|
||||
Commands:
|
||||
|
||||
list
|
||||
List all existing users
|
||||
|
||||
add <name>
|
||||
Add a new user
|
||||
|
||||
remove <name>
|
||||
Remove an existing user
|
||||
```
|
||||
|
||||
Pretty simple, huh?
|
||||
|
||||
If you want to edit users manually, see `users/example/user.json`.
|
||||
|
||||
## Commands
|
||||
|
||||
These are the commands currently implemented:
|
||||
|
Loading…
Reference in New Issue
Block a user