From 8405b30a34f2cb9feb6b0f673f1bb7829dfa6ffd Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 13 Jun 2019 10:52:43 -0400 Subject: [PATCH] Document to use stage2 Evidently there's some difference, see https://github.com/avr-rust/rust/pull/144#issuecomment-501732431 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc2d96a8d01f..5d38d8cb0ccc3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ make make install # Register the toolchain with rustup -rustup toolchain link avr-toolchain $(realpath $(find . -name 'stage1')) +rustup toolchain link avr-toolchain $(realpath $(find . -name 'stage2')) # Optionally enable the avr toolchain globally rustup default avr-toolchain