diff --git a/README.md b/README.md index 1e3b601..972fd91 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This laboratory is intended to be deployed using [minishift](https://github.com/ 1. Install the latest version of [minishift](https://github.com/minishift/minishift) ``` - ./minishift start --profile bfdevconf --openshift-version v3.7.1 + ./minishift start --profile bfdevconf -- Starting profile 'bfdevconf' -- Checking if requested hypervisor 'kvm' is supported on this platform ... OK -- Checking if KVM driver is installed ... @@ -42,10 +42,10 @@ This laboratory is intended to be deployed using [minishift](https://github.com/ oc login -u system:admin ``` -2. Download the add-on and install it. Check the [latest release](https://github.com/ruromero/devconf/releases/latest): +2. Download the add-on and install it. Check the [v3.7.1 release](https://github.com/ruromero/devconf/releases/tag/v3.7.1): ``` - $ wget https://github.com/ruromero/devconf/releases/download/v1.2/bf-addons.tar.gz + $ wget https://github.com/ruromero/devconf/releases/download/v3.7.1/bf-addons-3.7.1.tar.gz $ tar -xf bf-addons.tar.gz $ ./minishift addons install bf-addons Addon 'bf-devconf' installed