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
11dc26a7
Unverified
Commit
11dc26a7
authored
Dec 21, 2016
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for homebrew formula
parent
0fb91391
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+2
-1
install.md
docs/install.md
+3
-3
No files found.
README.md
View file @
11dc26a7
...
...
@@ -37,7 +37,8 @@ Binary downloads of the Helm client can be found at the following links:
-
[
Linux
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-linux-amd64.tar.gz
)
-
[
Linux 32-bit
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-linux-386.tar.gz
)
Unpack the
`helm`
binary and add it to your PATH and you are good to go! OS X/
[
Cask
](
https://caskroom.github.io/
)
users can
`brew cask install helm`
.
Unpack the
`helm`
binary and add it to your PATH and you are good to go!
macOS/
[
homebrew
](
https://brew.sh/
)
users can also use
`brew install kubernetes-helm`
.
To rapidly get Helm up and running, start with the
[
Quick Start Guide
](
docs/quickstart.md
)
.
...
...
docs/install.md
View file @
11dc26a7
...
...
@@ -22,13 +22,13 @@ can be manually downloaded and installed.
From there, you should be able to run the client:
`helm help`
.
### From Homebrew (
Mac OSX
)
### From Homebrew (
macOS
)
Members of the Kubernetes community have contributed a Helm
cask built
to
Members of the Kubernetes community have contributed a Helm
formula build
to
Homebrew. This formula is generally up to date.
```
brew
cask install
helm
brew
install kubernetes-
helm
```
(Note: There is also a formula for emacs-helm, which is a different
...
...
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