From a37a413d9a98b2302c877b161d825e3a7028401a Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 7 Sep 2016 15:42:51 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3040d99..912c8e9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This tool is conceptually based on the [Mac Deployment Tool](http://doc.qt.io/qt * Get and build linuxdeployqt e.g., using Qt 5.7.0 (you could use this [Qt Creator AppImage](https://bintray.com/probono/AppImages/QtCreator#files) for this) ``` -sudo apt-get -y install git g++ libgl1-mesa-dev package +sudo apt-get -y install git g++ libgl1-mesa-dev git clone https://github.com/probonopd/linuxdeployqt.git ```