diff --git a/docs/install.md b/docs/install.md index 06a319486..35c4d6146 100755 --- a/docs/install.md +++ b/docs/install.md @@ -60,6 +60,19 @@ The binary can also be installed via [`scoop`](https://scoop.sh) command-line in scoop install helm ``` +### From Apt (Debian/Ubuntu) + +Members of the Kubernetes community have contributed a [Helm +package](https://helm.baltorepo.com/stable/debian/) for Apt. This package is generally up to date. + +``` +curl https://helm.baltorepo.com/organization/signing.asc | sudo apt-key add - +sudo apt-get install apt-transport-https --yes +echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list +sudo apt-get update +sudo apt-get install helm2 +``` + ### From Script Helm now has an installer script that will automatically grab the latest version diff --git a/docs/install_faq.md b/docs/install_faq.md index c1ac5e6af..675464086 100644 --- a/docs/install_faq.md +++ b/docs/install_faq.md @@ -15,7 +15,7 @@ I want to know more about my downloading options. Binaries are stored at [get.helm.sh](https://get.helm.sh). -**Q: Why aren't there Debian/Fedora/... native packages of Helm?** +**Q: Why aren't there native packages of Helm for Fedora and other Linux distros?** We'd love to provide these or point you toward a trusted provider. If you're interested in helping, we'd love it. This is how the Homebrew formula was