Fixed typo

This commit is contained in:
Nex
2021-07-21 11:07:15 +02:00
parent f0a9196094
commit 2f05d4b4f9

View File

@@ -16,7 +16,7 @@ It has been developed and released by the [Amnesty International Security Lab](h
First you need to install dependencies, on Linux `sudo apt install python3 python3-pip libusb-1.0-0` or on MacOS `brew install python3 libusb`.
Then you can install mvt from pypi with `pip3 install mvt`, or directly form sources:
Then you can install mvt from pypi with `pip3 install mvt`, or directly from sources:
```bash
git clone https://github.com/mvt-project/mvt.git
cd mvt