Skip to content

Commit

Permalink
readme: use correct repository for building minikube-iso
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Aug 30, 2016
1 parent bac45ad commit e212444
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ It includes:
### Build instructions
```
$ cd $HOME
$ git clone https://github.com/s-urbaniak/rktminikube
$ cd ..
$ git clone https://github.com/coreos/minikube-iso
$ git clone https://github.com/buildroot/buildroot
$ cd buildroot
$ git checkout 2016.08-rc2
$ make BR2_EXTERNAL=../rktminikube minikube_defconfig
$ git checkout 2016.08-rc3
$ make BR2_EXTERNAL=../minikube-iso minikube_defconfig
$ make
```

Expand Down

0 comments on commit e212444

Please sign in to comment.