diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index 7e3478b15..496e14be2 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -16,7 +16,7 @@ - [If you don't need...](#if-you-dont-need-2) - [On openSUSE](#on-opensuse) - [If you don't need...](#if-you-dont-need-3) -- [Clone the Iceman repository](#clone-the-iceman-repository) +- [Clone the repository](#clone-the-repository) - [Check ModemManager](#check-modemmanager) - [⚠️ Very important ⚠️](#️-very-important-️) - [Check connection](#check-connection) @@ -51,6 +51,8 @@ An system upgrade was carried out prior to following these instructions. Update the packages list ```sh sudo apt-get update +sudo apt-get upgrade -y +sudo apt-get auto-remove -y ``` Install the requirements @@ -133,7 +135,7 @@ you can skip the installation of `libqt5-qtbase-devel`. you can skip the installation of `python3-devel`. -# Clone the Iceman repository +# Clone the repository ^[Top](#top) ```sh diff --git a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md index bc29aba6a..f14f772aa 100644 --- a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md @@ -168,7 +168,8 @@ Install dependencies: ```sh sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \ -libreadline-dev gcc-arm-none-eabi libnewlib-dev libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev +libreadline-dev gcc-arm-none-eabi libnewlib-dev \ +libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev ``` _note_ If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.