Skip to content

Commit f9232a5

Browse files
shepmasterdylanmckay
authored andcommitted
Document to use stage2
Evidently there's some difference, see avr-rust#144 (comment)
1 parent 2683968 commit f9232a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)