Skip to content

Commit

Permalink
Update kubernetes dev setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 6, 2019
1 parent df3d143 commit d965b14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ If you want to build Kubernetes right away there are two options:
##### You have a working [Go environment].

```
go get -d k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make
```

Expand Down

0 comments on commit d965b14

Please sign in to comment.