Created
October 22, 2021 18:25
-
-
Save luisdelarosa/2384304a87c0a323c5f36879ce98a55f to your computer and use it in GitHub Desktop.
install rust in WSL 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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