diff --git a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md index 62b25f7f5..562a7a167 100644 --- a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md @@ -167,9 +167,9 @@ 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`. +- 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`. ## Clone the Iceman repository ^[Top](#top)