Update the usage notes to be correct

This commit is contained in:
R. Tyler Croy 2016-08-03 16:45:43 -07:00 committed by GitHub
parent 1c5560b008
commit 6dfc155399
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
### USAGE
# curl https://raw.githubusercontent.com/jenkins-infra/azure/master/scripts/init-ubuntu1404.sh && sudo ./init-ubuntu1404.sh
# curl -O https://raw.githubusercontent.com/jenkins-infra/azure/master/scripts/init-ubuntu1404.sh && sudo bash ./init-ubuntu1404.sh && newgrp docker
###
# This script is designed to be used via the "Init Script" facility in the Azure cloud plugin for Jenkins.