Skip to content

Instantly share code, notes, and snippets.

@lvluu
Created January 1, 2025 06:43
Show Gist options
  • Select an option

  • Save lvluu/0c541837b1fcd6ac122054ba25c8e3a3 to your computer and use it in GitHub Desktop.

Select an option

Save lvluu/0c541837b1fcd6ac122054ba25c8e3a3 to your computer and use it in GitHub Desktop.
setup Rust dev env on windows with scoop
```
scoop install rustup-gnu
rustup toolchain install stable-x86_64-pc-windows-gnu
rustup default stable-x86_64-pc-windows-gnu
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment