Skip to content

Commit

Permalink
fix: CLI installation command for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 16, 2024
1 parent 5761490 commit 0b2772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src-static/install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ check_prefix() {
if [ ! -w "${bin}" ] ; then
error "Installation directory ${bin} is not writable by current user. Suggest trying:"
info "curl -sL https://doc.akka.io/install-cli.sh | bash -s -- --prefix /tmp && \ "
info " sudo mv /tmp/akka-cli /usr/local/bin/akka"
info " sudo mv /tmp/akka /usr/local/bin/akka"
exit 1
fi

Expand Down

0 comments on commit 0b2772a

Please sign in to comment.