Skip to content

Commit

Permalink
Warn that a recent version of Rust is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Nov 4, 2024
1 parent d3e1c89 commit a565aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell/custom-dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RAPL
regen
runnable
rustc
rustup
sysfs
toolchain
UCUM
2 changes: 1 addition & 1 deletion src/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We intend to provide easy-to-use packages in the future.

## Compiling from source

**Prerequisite**: you need to [install the Rust toolchain](https://rustup.rs/).
**Prerequisite**: A recent version of Rust is required (**at least 1.76** for now). You can run `rustc --version` to check your version. The easiest way to install a recent version of Rust is to use [rustup](https://rustup.rs/).

Open a Terminal and download the repository:

Expand Down

0 comments on commit a565aaa

Please sign in to comment.