Skip to content

Commit aba790e

Browse files
authored
1 parent 86ee001 commit aba790e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AppImageKit [![Build Status](https://travis-ci.org/probonopd/AppImageKit.svg?branch=appimagetool/master)](https://travis-ci.org/probonopd/AppImageKit) [![discourse](https://img.shields.io/badge/forum-discourse-orange.svg)](http://discourse.appimage.org) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/probonopd/AppImageKit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![irc](https://img.shields.io/badge/IRC-%23AppImage%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=AppImage) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZT9CL8M5TJU72)
1+
# AppImageKit [![Build Status](https://travis-ci.org/AppImage/AppImageKit.svg?branch=appimagetool/master)](https://travis-ci.org/AppImage/AppImageKit) [![discourse](https://img.shields.io/badge/forum-discourse-orange.svg)](http://discourse.appimage.org) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/probonopd/AppImageKit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![irc](https://img.shields.io/badge/IRC-%23AppImage%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=AppImage) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZT9CL8M5TJU72)
22

33
Copyright (c) 2004-17 Simon Peter <[email protected]> and contributors.
44

@@ -18,7 +18,7 @@ __AppImageKit__ is a concrete implementation of the AppImage format and
1818
A precompiled version can be found in the last successful Travis CI build, you can get it with:
1919

2020
```
21-
wget "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
21+
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
2222
chmod a+x appimagetool-x86_64.AppImage
2323
```
2424
Usage in a nutshell, assuming that you already have an [AppDir](https://github.com/AppImage/AppImageSpec/blob/master/draft.md#appdir) in place:
@@ -60,7 +60,7 @@ chmod a+x Your.AppImage
6060
A precompiled version can be found in the last successful Travis CI build, you can get it with:
6161

6262
```
63-
wget "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimaged-x86_64.AppImage"
63+
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimaged-x86_64.AppImage"
6464
chmod a+x appimaged-x86_64.AppImage
6565
```
6666

@@ -73,7 +73,7 @@ Usage in a nutshell:
7373
Or, if you are on a deb-based system:
7474

7575
```
76-
wget -c "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimaged_1.0_amd64.deb"
76+
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimaged_1.0_amd64.deb"
7777
sudo dpkg -i appimaged_*.deb
7878
systemctl --user enable appimaged
7979
systemctl --user start appimaged
@@ -126,12 +126,12 @@ sudo mv "$APP" /usr/local/bin/
126126

127127
## Building
128128

129-
__NOTE:__ The AppImage project supplies [binaries](https://github.com/probonopd/AppImageKit/releases/tag/continuous) that application developers can use. These binaries are built using the CentOS 6 Docker on Travis CI build system in this repository. As an application developer, you do not have to use the build system. You only have to use the build systems when contributing to AppImageKit, when needing another architecture than `x86_64`, or when trying to reproduce our binaries.
129+
__NOTE:__ The AppImage project supplies [binaries](https://github.com/AppImage/AppImageKit/releases/tag/continuous) that application developers can use. These binaries are built using the CentOS 6 Docker on Travis CI build system in this repository. As an application developer, you do not have to use the build system. You only have to use the build systems when contributing to AppImageKit, when needing another architecture than `x86_64`, or when trying to reproduce our binaries.
130130

131131
On a not too recent Ubuntu:
132132

133133
```
134-
git clone -b appimagetool/master --single-branch --recursive https://github.com/probonopd/AppImageKit
134+
git clone -b appimagetool/master --single-branch --recursive https://github.com/AppImage/AppImageKit
135135
cd AppImageKit/
136136
sudo bash -ex install-build-deps.sh
137137
bash -ex build.sh

0 commit comments

Comments
 (0)