diff --git a/README.md b/README.md index 1e660c1b..7f81dd56 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install RedHat OpenShift Origin in your development box. 2. Run the automagic installation script as root, it will prompt for mandatory variables. ``` -curl https://raw.githubusercontent.com/gshipley/installcentos/master/install-openshift.sh | /bin/bash +curl https://raw.githubusercontent.com/gshipley/installcentos/3.10/install-openshift.sh | /bin/bash ``` ## Automation @@ -35,7 +35,7 @@ $ export DISK="/dev/sda" 3. Run the automagic installation script as root with the environment variable in place: ``` -curl https://raw.githubusercontent.com/gshipley/installcentos/master/install-openshift.sh | INTERACTIVE=false /bin/bash +curl https://raw.githubusercontent.com/gshipley/installcentos/3.10/install-openshift.sh | INTERACTIVE=false /bin/bash ``` ## Development @@ -44,7 +44,7 @@ For development it's possible to switch the script repo ``` # Change location of source repository -$ export SCRIPT_REPO="https://raw.githubusercontent.com/gshipley/installcentos/master" +$ export SCRIPT_REPO="https://raw.githubusercontent.com/gshipley/installcentos/3.10" $ curl $SCRIPT_REPO/install-openshift.sh | /bin/bash ``` @@ -59,4 +59,4 @@ make docker run -ti -e DIGITALOCEAN_ACCESS_TOKEN="" \ -v :/root/.ssh/ -v .pub:/root/.ssh/.pub \ quay.io/osevg/installcentos-validate -``` \ No newline at end of file +```