Skip to content

Commit

Permalink
link to release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero committed Jan 26, 2018
1 parent 44f999c commit 95f7d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand All @@ -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
Expand Down

0 comments on commit 95f7d50

Please sign in to comment.