Skip to content

Commit 1bc2f3e

Browse files
committed
fix typo
1 parent 47dd7de commit 1bc2f3e

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
@@ -34,7 +34,7 @@ git checkout mintlayer-master # Switch to the Mintlayer-specific firmware branc
3434

3535
curl -sSL https://install.python-poetry.org | python3 - # Install Poetry, a dependency manager for Python
3636

37-
poetry intall # (typo) Install Python dependencies listed in pyproject.toml (should be `poetry install`)
37+
poetry install # Install Python dependencies listed in pyproject.toml
3838

3939
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust toolchain via rustup
4040

0 commit comments

Comments
 (0)