Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
559b1141
Unverified
Commit
559b1141
authored
Apr 09, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Apr 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #76306 from ravi-mrk/patch-1
Update README.md
parents
c62cd6e3
2919d998
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
559b1141
...
@@ -42,17 +42,17 @@ If you want to build Kubernetes right away there are two options:
...
@@ -42,17 +42,17 @@ If you want to build Kubernetes right away there are two options:
##### You have a working [Go environment].
##### You have a working [Go environment].
```
```
$
go get -d k8s.io/kubernetes
go get -d k8s.io/kubernetes
$
cd $GOPATH/src/k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
$
make
make
```
```
##### You have a working [Docker environment].
##### You have a working [Docker environment].
```
```
$
git clone https://github.com/kubernetes/kubernetes
git clone https://github.com/kubernetes/kubernetes
$
cd kubernetes
cd kubernetes
$
make quick-release
make quick-release
```
```
For the full story, head over to the
[
developer's documentation
]
.
For the full story, head over to the
[
developer's documentation
]
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment