From 29b1934f9abf48fa7134260c56128b9db00b32f2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 8 Sep 2016 22:52:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 912c8e9..5d438c4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This tool is conceptually based on the [Mac Deployment Tool](http://doc.qt.io/qt ## Installation +* If you believe in dogfeeding, download __linuxdeployqt-x86_64.AppImage__ from the [Releases](https://github.com/probonopd/linuxdeployqt/releases) page and `chmod a+x` it. Then you can skip the following steps because it is a self-contained bundle of linuxdeployqt (made with linuxdeployqt of course). + * 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) ```