Skip to content

Commit

Permalink
Document to use stage2
Browse files Browse the repository at this point in the history
Evidently there's some difference, see #144 (comment)
  • Loading branch information
shepmaster authored Jun 13, 2019
1 parent 9a1785d commit 8405b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8405b30

Please sign in to comment.