Snippets Collections
#!/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
star

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

#installation #linux #bash #wsl #cargo #rust

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension