1
1
mirror of https://github.com/ellie/atuin.git synced 2024-08-17 17:00:33 +03:00

Put cargo install in the right place (#63)

Resolves #61
This commit is contained in:
Ellie Huxtable 2021-05-08 14:30:41 +01:00 committed by GitHub
parent 8bd4d12cfa
commit 220e2d05e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,9 @@ __atuin_install_cargo(){
echo "rustup installed! Attempting cargo install"
cargo install atuin
fi
cargo install atuin
}
__atuin_install_unsupported(){