From f9ea405940adcb74f89d3934e09f76cee82c2cd1 Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 29 Jan 2024 11:55:45 +0100 Subject: [PATCH] Update Windows-Installation-Instructions.md Signed-off-by: Iceman --- .../Windows-Installation-Instructions.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md index 562a7a167..e56979bf5 100644 --- a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md @@ -166,10 +166,13 @@ sudo apt-get install --no-install-recommends git ca-certificates build-essential libreadline-dev gcc-arm-none-eabi libnewlib-dev \ libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev libgd-dev ``` -_note_ -- If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`. -- If you don't need support for Python3 scripts in the Proxmark3 client, you can skip the installation of `libpython3-dev`. -- If you don't need support for NFC ePaper devices, you can skip the installation of `libgd-dev`. +> [!NOTE] +> * If you don't need the graphical components of the +> Proxmark3 client, you can skip the installation of `qtbase5-dev`. +> * If you don't need support for Python3 scripts in the +> Proxmark3 client, you can skip the installation of `libpython3-dev`. +> * If you don't need support for NFC ePaper devices in the +> PM3 device, you can skip the installation of `libgd-dev`. ## Clone the Iceman repository ^[Top](#top)