Skip to content

Commit 8405b30

Browse files
authored
Document to use stage2
Evidently there's some difference, see #144 (comment)
1 parent 9a1785d commit 8405b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ make
5757
make install
5858

5959
# Register the toolchain with rustup
60-
rustup toolchain link avr-toolchain $(realpath $(find . -name 'stage1'))
60+
rustup toolchain link avr-toolchain $(realpath $(find . -name 'stage2'))
6161

6262
# Optionally enable the avr toolchain globally
6363
rustup default avr-toolchain

0 commit comments

Comments
 (0)