From c811750c3204d818f691533816c59e0528732977 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 18 Aug 2014 00:05:27 +0200 Subject: [PATCH] Update README.md Added 'User Management section --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index a2aa1343..9231dad6 100644 --- a/README.md +++ b/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 + Add a new user + + remove + 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: