Skip to content

Commit d656e67

Browse files
committed
fix typo
1 parent 1bc2f3e commit d656e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/trezor/1-build-firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust t
4040

4141
rustup default nightly # Set the nightly version of Rust as the default toolchain
4242

43-
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust source code (needed for cross-compilation)
43+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust toolchain
4444

4545
sudo apt install -y build-essential # Install essential tools for building software (e.g., gcc, make)
4646

0 commit comments

Comments
 (0)