Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
3ba24272
Commit
3ba24272
authored
Oct 27, 2016
by
Matt Butcher
Committed by
GitHub
Oct 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1465 from technosophos/docs/install-script
docs(install): document installer script
parents
95d34664
1e213634
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
install.md
docs/install.md
+16
-0
No files found.
docs/install.md
View file @
3ba24272
...
...
@@ -34,6 +34,22 @@ brew cask install helm
(Note: There is also a formula for emacs-helm, which is a different
project.)
## From Script
Helm now has an installer script that will automatically grab the latest version
of the Helm client and
[
install it locally
](
https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get
)
.
You can fetch that script, and then execute it locally. It's well documented so
that you can read through it and understand what it is doing before you run it.
```
$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
$ chmod 700 get_helm.sh
$ ./get_helm.sh
```
Yes, you can
`curl ...| bash`
that if you want to live on the edge.
### From Canary Builds
"Canary" builds are versions of the Helm software that are built from
...
...
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