Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 384 Bytes

rust-tutorial

  • install rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • check $PATH: echo $PATH
  • to configure your shell: source $HOME/.cargo/env
  • verify rust installation: rustc or which rustc
  • verify cargo installation: cargo --help or which cargo

references

https://rustup.rs/

https://github.com/alfredodeza/rust-cli-example