Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 1ad41f3

Browse files
authored
Merge pull request #392 from rnestler/improve_readme
Add a note about which rust version to use
2 parents 3a3ab46 + f4a72b1 commit 1ad41f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ versions of the compiler.
7373
[rustup.rs](https://www.rustup.rs/) may be used to manage
7474
installations of multiple versions of rust on single machine.
7575

76+
The currently supported Rust version is nightly-2016-05-24. To install
77+
it with rustup use the following:
78+
79+
```Shell
80+
rustup install nightly-2016-05-24
81+
rustup override set nightly-2016-05-24
82+
```
83+
7684
In addition to rust itself, a GCC cross-toolchain for ARM must be
7785
installed. Although LLVM is used for a majority of compilation, the
7886
GCC Linker is still used at this time. The

0 commit comments

Comments
 (0)