Skip to content

Instantly share code, notes, and snippets.

@luisdelarosa
Created October 22, 2021 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdelarosa/2384304a87c0a323c5f36879ce98a55f to your computer and use it in GitHub Desktop.
Save luisdelarosa/2384304a87c0a323c5f36879ce98a55f to your computer and use it in GitHub Desktop.
install rust in WSL 2
sudo apt update
sudo apt install build-essential
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git
asdf install rust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment