Skip to content

Commit

Permalink
Improved a installation script for fish (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoruru authored Jun 17, 2022
1 parent ce5fa5c commit 0b910c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/content/docs/user-guide/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Krew self-hosts).
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/$KREW.tar.gz" &&
tar zxvf $KREW.tar.gz &&
./$KREW install krew &&
set -e KREW; set -e temp_dir
set -e KREW temp_dir &&
cd -
end
```

Expand Down

0 comments on commit 0b910c8

Please sign in to comment.