From d6f02e7a698f897aa369a32541ae4ea8c5b6fe08 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sat, 14 Aug 2021 17:05:13 +0800 Subject: [PATCH] Update building instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7311e3..1d4888c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ Great thanks to him. ## Build on Linux cd ~ - git clone https://github.com/wh201906/Proxmark3GUI.git + sudo apt-get update + sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev + git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1 cd Proxmark3GUI mkdir build cd build