mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-21 18:58:03 +00:00
Print command hint upon install
This commit is contained in:
@@ -62,3 +62,8 @@ fi
|
||||
tar xzf "releases/v${version}.tar.gz" -C "releases/v${version}"
|
||||
mv "releases/v${version}/${name}" "bin/${name}" || \
|
||||
mv "releases/v${version}/${name}.exe" "bin/${name}"
|
||||
|
||||
echo
|
||||
echo "Helm Dashboard is installed, to start it, run in your terminal:"
|
||||
echo " helm dashboard"
|
||||
echo
|
||||
Reference in New Issue
Block a user