Browse Source

Update appimagetool URL

Closes #354
[ci skip]
master
probonopd 6 years ago
committed by GitHub
parent
commit
38bd68eebf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      BUILDING.md

4
BUILDING.md

@ -30,9 +30,9 @@ 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 [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` * Optional if you want to generate AppImages: Download [appimagetool](https://github.com/AppImage/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`
``` ```
sudo wget -c "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O /usr/local/bin/appimagetool sudo wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O /usr/local/bin/appimagetool
sudo chmod a+x /usr/local/bin/appimagetool sudo chmod a+x /usr/local/bin/appimagetool
``` ```

Loading…
Cancel
Save