Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Apr 25, 2022
1 parent 051827d commit 84e5de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SYSTEM.md
Expand Up @@ -43,7 +43,7 @@ wget -q https://github.com/devops-works/binenv/releases/latest/download/checksum
sha256sum --check --ignore-missing checksums.txt
chmod +x ./binenv_linux_amd64
sudo ./binenv_linux_amd64 -g update
sudo ./binenv_linux_amd64 -g install binenv 0.19.0-rc4
sudo ./binenv_linux_amd64 -g install binenv 0.19.0-rc6
rm ./binenv_linux_amd64
if [[ -n $BASH ]]; then ZESHELL=bash; fi
if [[ -n $ZSH_NAME ]]; then ZESHELL=zsh; fi
Expand Down

0 comments on commit 84e5de3

Please sign in to comment.