Recent | Popular
#installation #linux #bash #wsl #cargo #rust
#!/usr/bin/env bash # install cargo sudo apt-get update -y sudo apt-get install -y cargo echo '\n# Add .cargo to $PATH\nexport PATH="~/.cargo/bin:$PATH"\n' >> ~/.zshrc cargo install cargo-update
Wed Feb 02 2022 22:07:52 GMT+0000 (Coordinated Universal Time) https://github.com/jimbrig/dotfiles-wsl/blob/main/scripts/dev/scripts/install-cargo.sh