documents

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

rust-setup.md (200B)


      1 # wsl
      2 ## install WSL
      3 to use rust cross, you have to use Ubuntu.
      4 Now, you have to install tools for rust.
      5 `sudo apt install rust-all`
      6 only this.
      7 I do not recommend you to download rust install script.