cognitive-engineering-lab / rust-book

The Rust Programming Language: Experimental Edition
https://rust-book.cs.brown.edu
Other
509 stars 83 forks source link

Added rust version to intro page; added missing command prompt to Linux/macOS command; fixed incorrect reference to PATH #27

Closed snoopdougiedougie closed 1 year ago

snoopdougiedougie commented 1 year ago

If the docs tell people that a specific version of Rust is required, give them the command to show their Rust version.

Include a command prompt in all commands.

%PATH% is a Windows construct and shouldn't be used generically to describe the PATH environment variable, which you call a system variable.

willcrichton commented 1 year ago

Thank you for the helpful changes!