We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dd7de commit 1bc2f3eCopy full SHA for 1bc2f3e
1 file changed
docs/trezor/1-build-firmware.md
@@ -34,7 +34,7 @@ git checkout mintlayer-master # Switch to the Mintlayer-specific firmware branc
34
35
curl -sSL https://install.python-poetry.org | python3 - # Install Poetry, a dependency manager for Python
36
37
-poetry intall # (typo) Install Python dependencies listed in pyproject.toml (should be `poetry install`)
+poetry install # Install Python dependencies listed in pyproject.toml
38
39
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust toolchain via rustup
40
0 commit comments