Skip to content

Commit 6930c20

Browse files
committed
Update README to include install of rust toolchain
Signed-off-by: alhg <[email protected]>
1 parent e321738 commit 6930c20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Building
44

55
You need an `aarch64-linux-gnu-gcc` cross-compiler toolchain (or a native one, if running on ARM64).
6+
You will also need to install the `aarch64-unknown-none-softfloat` toolchain for rust.
7+
8+
```shell
9+
$ rustup target add aarch64-unknown-none-softfloat
10+
```
611

712
```shell
813
$ git clone --recursive https://github.com/AsahiLinux/m1n1.git

0 commit comments

Comments
 (0)