A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/helm/helm/commit/e52dbc2c2b31f3d095dddae67e6a2421df88484a below:

Updating the install instructions · helm/helm@e52dbc2 · GitHub

@@ -11,7 +11,14 @@ proceeds to show two ways to install the server.

11 11

The Helm client can be installed either from source, or from pre-built binary

12 12

releases.

13 13 14 -

### From the Binary Releases

14 +

### From The Helm Project

15 + 16 +

The Helm project provides two ways to fetch and install Helm. These are the

17 +

official methods to get Helm releases. In addition to that, the Helm community

18 +

provides methods to install Helm through different package managers. Installation

19 +

through those methods can be found below the official methods.

20 + 21 +

#### From the Binary Releases

15 22 16 23

Every [release](https://github.com/helm/helm/releases) of Helm

17 24

provides binary releases for a variety of OSes. These binary versions

@@ -24,7 +31,29 @@ can be manually downloaded and installed.

24 31 25 32

From there, you should be able to run the client: `helm help`.

26 33 27 -

### From Snap (Linux)

34 +

#### From Script

35 + 36 +

Helm now has an installer script that will automatically grab the latest version

37 +

of the Helm client and [install it locally](https://git.io/get_helm.sh).

38 + 39 +

You can fetch that script, and then execute it locally. It's well documented so

40 +

that you can read through it and understand what it is doing before you run it.

41 + 42 +

```

43 +

$ curl -LO https://git.io/get_helm.sh

44 +

$ chmod 700 get_helm.sh

45 +

$ ./get_helm.sh

46 +

```

47 + 48 +

Yes, you can `curl -L https://git.io/get_helm.sh | bash` that if you want to live on the edge.

49 + 50 +

### Through Package Managers

51 + 52 +

The Helm community provides the ability to install Helm through operating system

53 +

package managers. These are not supported by the Helm project and are not considered

54 +

trusted 3rd parties.

55 + 56 +

#### From Snap (Linux)

28 57 29 58

The Snap package for Helm is maintained by

30 59

[Snapcrafters](https://github.com/snapcrafters/helm).

@@ -33,9 +62,9 @@ The Snap package for Helm is maintained by

33 62

sudo snap install helm --classic

34 63

```

35 64 36 -

### From Homebrew (macOS)

65 +

#### From Homebrew (macOS)

37 66 38 -

Members of the Kubernetes community have contributed a Helm formula build to

67 +

Members of the Helm community have contributed a Helm formula build to

39 68

Homebrew. This formula is generally up to date.

40 69 41 70

```

@@ -45,9 +74,9 @@ brew install kubernetes-helm

45 74

(Note: There is also a formula for emacs-helm, which is a different

46 75

project.)

47 76 48 -

### From Chocolatey or scoop (Windows)

77 +

### #From Chocolatey or scoop (Windows)

49 78 50 -

Members of the Kubernetes community have contributed a [Helm package](https://chocolatey.org/packages/kubernetes-helm) build to

79 +

Members of the Helm community have contributed a [Helm package](https://chocolatey.org/packages/kubernetes-helm) build to

51 80

[Chocolatey](https://chocolatey.org/). This package is generally up to date.

52 81 53 82

```

@@ -60,9 +89,9 @@ The binary can also be installed via [`scoop`](https://scoop.sh) command-line in

60 89

scoop install helm

61 90

```

62 91 63 -

### From Apt (Debian/Ubuntu)

92 +

#### From Apt (Debian/Ubuntu)

64 93 65 -

Members of the Kubernetes community have contributed a [Helm

94 +

Members of the Helm community have contributed a [Helm

66 95

package](https://helm.baltorepo.com/stable/debian/) for Apt. This package is generally up to date.

67 96 68 97

```

@@ -73,23 +102,11 @@ sudo apt-get update

73 102

sudo apt-get install helm2

74 103

```

75 104 76 -

### From Script

77 - 78 -

Helm now has an installer script that will automatically grab the latest version

79 -

of the Helm client and [install it locally](https://git.io/get_helm.sh).

80 - 81 -

You can fetch that script, and then execute it locally. It's well documented so

82 -

that you can read through it and understand what it is doing before you run it.

83 - 84 -

```

85 -

$ curl -LO https://git.io/get_helm.sh

86 -

$ chmod 700 get_helm.sh

87 -

$ ./get_helm.sh

88 -

```

105 +

### Development Builds

89 106 90 -

Yes, you can `curl -L https://git.io/get_helm.sh | bash` that if you want to live on the edge.

107 +

In addition to releases you can download or install development snapshots of Helm.

91 108 92 -

### From Canary Builds

109 +

#### From Canary Builds

93 110 94 111

"Canary" builds are versions of the Helm software that are built from

95 112

the latest master branch. They are not official releases, and may not be

@@ -103,7 +120,7 @@ Here are links to the common builds:

103 120

- [macOS AMD64](https://get.helm.sh/helm-canary-darwin-amd64.tar.gz)

104 121

- [Experimental Windows AMD64](https://get.helm.sh/helm-canary-windows-amd64.zip)

105 122 106 -

### From Source (Linux, macOS)

123 +

#### From Source (Linux, macOS)

107 124 108 125

Building Helm from source is slightly more work, but is the best way to

109 126

go if you want to test the latest (pre-release) Helm version.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4