From bb6d4e7d1713872a1d2e40049b83f85c40b0a826 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 6 Sep 2016 15:27:47 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d10c2e1..ccedb8e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ tar xf patchelf-0.9.tar.bz2 * Download [AppImageAssistant](https://github.com/probonopd/AppImagaeKit/releases) and put it into your $PATH, e.g., into `/usr/local/bin`. Make sure it is renamed to `AppImageAssistant` and is `chmod a+x` +``` +wget https://github.com/probonopd/AppImageKit/releases/download/6/AppImageExtract_6-x86_64.AppImage -O AppImageExtract +mv AppImageExtract /usr/local/bin/ +``` + ## Usage ```