Skip to content

Commit

Permalink
Merge pull request #115 from jgtech/patch-1
Browse files Browse the repository at this point in the history
Update Kubeapps release build number in the Install command
  • Loading branch information
ngtuna authored Jan 17, 2018
2 parents 8fbc8e1 + e746b12 commit b64bb02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Kubeapps assumes a working Kubernetes (v1.7+) with RBAC enabled and [`kubectl`](

To install Kubeapps, download a binary version of the latest Kubeapps Installer for your platform from the [release page](/~https://github.com/kubeapps/kubeapps/releases). Currently, the Kubeapps Installer is distributed in binary form for Linux (64-bit) and OS X (64-bit). Once downloaded, make the binary executable.

For example, to install the 0.0.2 binary release of the Kubeapps Installer on Linux, use this command:
For example, to install the 0.2.0 binary release of the Kubeapps Installer on Linux, use this command:

```
sudo curl -L /~https://github.com/kubeapps/installer/releases/download/v0.0.2/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
sudo curl -L /~https://github.com/kubeapps/installer/releases/download/v0.2.0/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
```

> In case the Kubeapps Installer is not available in binary form for your platform, you can also [build it from source](install.md).
Expand Down Expand Up @@ -90,4 +90,4 @@ Learn more about Kubeapps with the links below:

* [Detailed installation instructions](install.md)
* [Kubeapps Dashboard documentation](dashboard.md)
* [Kubeapps components](components.md)
* [Kubeapps components](components.md)

0 comments on commit b64bb02

Please sign in to comment.