Edit README.md to describe users option

This commit is contained in:
Sam A. 2023-03-14 16:17:02 +01:00
parent 98d57e4cfa
commit b042d555b6
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,9 @@ Here is a summary of the options that can be used with the script:
# deploy the ubuntu_base role only # deploy the ubuntu_base role only
./deploy.sh base ./deploy.sh base
# deploy user setup only
./deploy.sh users
# deploy the docker role only # deploy the docker role only
./deploy.sh services ./deploy.sh services

View File

@ -4,6 +4,7 @@ usage () {
{ {
echo "Usage: $0 [--vagrant]" echo "Usage: $0 [--vagrant]"
echo "Usage: $0 [--vagrant] base" echo "Usage: $0 [--vagrant] base"
echo "Usage: $0 [--vagrant] users"
echo "Usage: $0 [--vagrant] services [SERVICE]" echo "Usage: $0 [--vagrant] services [SERVICE]"
} >&2 } >&2
} }