Skip to content

Commit

Permalink
Add note for removing cached versions of k3sup tools
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 20, 2020
1 parent e5797f1 commit 5269a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ func MakeUpdate() *cobra.Command {

const k3supUpdate = `You can update k3sup with the following:
# Remove cached versions of tools
rm -rf $HOME/.k3sup
# For Linux/MacOS:
curl -SLfs https://get.k3sup.dev | sudo sh
Expand Down

0 comments on commit 5269a8e

Please sign in to comment.