Update README.md

Added 'User Management section
This commit is contained in:
Mattias Erming 2014-08-18 00:05:27 +02:00
parent b36d01f558
commit c811750c32

View file

@ -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: