From 95ab2696716c99b7f96572724549066d434529fd Mon Sep 17 00:00:00 2001 From: Nex Date: Mon, 26 Jul 2021 19:33:12 +0200 Subject: [PATCH] Fixed some formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b785100..8a7f4b1 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ It has been developed and released by the [Amnesty International Security Lab](h MVT can be installed from sources or conveniently using: -`pip3 install mvt`. +``` +pip3 install mvt +``` You will need some dependencies, so please check the [documentation](https://mvt.readthedocs.io/en/latest/install.html). -Alternatively, you can decide to run MVT and all relevant tools through a [Docker container](https://mvt.readthedocs.io/en/latest/docker.html) +Alternatively, you can decide to run MVT and all relevant tools through a [Docker container](https://mvt.readthedocs.io/en/latest/docker.html). ## Usage