mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #1054 from filbranden/build_without_godep
Build without godep
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
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.
|
||||
6. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
|
||||
7. Install godep. [Instructions here](https://github.com/GoogleCloudPlatform/kubernetes#installing-godep)
|
||||
7. Install godep (optional, only required when modifying package dependencies). [Instructions here](https://github.com/GoogleCloudPlatform/kubernetes#installing-godep)
|
||||
8. Get the Kubernetes source:
|
||||
|
||||
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
||||
|
@@ -18,7 +18,7 @@
|
||||
go get github.com/vmware/govmomi/govc
|
||||
```
|
||||
|
||||
5. Install godep. [Instructions here](https://github.com/GoogleCloudPlatform/kubernetes#installing-godep)
|
||||
5. Install godep (optional, only required when modifying package dependencies). [Instructions here](https://github.com/GoogleCloudPlatform/kubernetes#installing-godep)
|
||||
|
||||
6. Get the Kubernetes source:
|
||||
|
||||
|
Reference in New Issue
Block a user