We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc2f3e commit d656e67Copy full SHA for d656e67
1 file changed
docs/trezor/1-build-firmware.md
@@ -40,7 +40,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust t
40
41
rustup default nightly # Set the nightly version of Rust as the default toolchain
42
43
-rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust source code (needed for cross-compilation)
+rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust toolchain
44
45
sudo apt install -y build-essential # Install essential tools for building software (e.g., gcc, make)
46
0 commit comments