Installation for Linux
Installation for Linux
Install the helm CLI binary on your system:
- Download the latest release
- Unpack it (e.g.
tar -zxvf <filename>) - Find the
helmbinary in the unpacked directory and move it to its desired destination (e.g.mv linux-amd64/helm ~/.local/bin/)- The desired destination should be listed in your $PATH environment variable (
echo $PATH)
- The desired destination should be listed in your $PATH environment variable (
Verification
Now, verify your installation .