appimagetool instead of AppImageAssistant

Closes #50
This commit is contained in:
probonopd
2016-11-29 20:50:33 +01:00
committed by GitHub
parent 9a1fbab445
commit 445cd67b7d
+4 -4
View File
@@ -36,12 +36,12 @@ tar xf patchelf-0.9.tar.bz2
( cd patchelf-0.9/ && ./configure && make && sudo make install ) ( cd patchelf-0.9/ && ./configure && make && sudo make install )
``` ```
* Optional if you want to generate AppImages: Download [AppImageAssistant](https://github.com/probonopd/AppImageKit/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` * Optional if you want to generate AppImages: Download [appimagetool](https://github.com/probonopd/AppImageKit/releases) and put it into your $PATH, e.g., into `/usr/local/bin`. Make sure it is renamed to `appimagetool` and is `chmod a+x`
``` ```
wget https://github.com/probonopd/AppImageKit/releases/download/6/AppImageAssistant_6-x86_64.AppImage -O AppImageAssistant wget https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
chmod a+x AppImageAssistant chmod a+x appimagetool
sudo mv AppImageAssistant /usr/local/bin/ sudo mv appimagetool /usr/local/bin/
``` ```
## Usage ## Usage