mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Add more details on installing godep
This commit is contained in:
parent
0426055940
commit
053e75d8e9
@ -9,7 +9,13 @@
|
|||||||
4. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
|
4. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
|
||||||
5. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
|
5. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
|
||||||
6. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
|
6. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
|
||||||
7. Get the Kubernetes source:
|
7. Install godep:
|
||||||
|
```sh
|
||||||
|
export GOBIN=/usr/local/go/bin
|
||||||
|
go get github.com/tools/godep
|
||||||
|
```
|
||||||
|
|
||||||
|
8. Get the Kubernetes source:
|
||||||
|
|
||||||
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user