Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 536 Bytes

Getting Started

  1. Install Rust 1.48 or higher

  2. Install Cargo 1.48 or higher

  3. Not required, but highly recommended: install rustfmt and configure your editor to run it on save.

  4. Clone this repository

Run this at the terminal:

git clone https://github.com/rtfeldman/intro-to-rust
cd intro-to-rust

You're all set!