Merge pull request #261 from mpepping/master

Added Docker and sorted packaging options alphabetically.

Signed-off-by: Martijn Pepping
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] 2017-07-01 21:31:43 -04:00 committed by GitHub
commit 753b2ab5b0

View file

@ -32,17 +32,20 @@ The package is in the official repositories as `community/ponysay`. A Git versio
#### Chakra
A git version of the package is available as `ponysay-git` in CCR, alongside a stable package called `ponysay`.
#### Gentoo Linux
The package is in the official Gentoo repository as [games-misc/ponysay](https://packages.gentoo.org/packages/games-misc/ponysay).
#### Debian GNU/Linux
Debian packages can be found [here](http://www.vcheng.org/ponysay/).
#### Ubuntu
There is a PPA available, specifically for ponysay, containing packages for all currently supported Ubuntu releases [here](https://launchpad.net/~vincent-c/+archive/ponysay).
#### Docker
Running ponysay on [Docker](https://hub.docker.com/r/mpepping/ponysay/) is a easy as:
#### OpenSuSe 13.2 or OpenSuSe Factory
The package is available in OpenSuSe 13.2 and Factory since 6th april 2014, if you want the individual rpm look [here](http://www.rpmfind.net/linux/rpm2html/search.php?query=ponysay).
```
docker run -ti --rm mpepping/ponysay --help
docker run -ti --rm mpepping/ponysay -q
docker run -ti --rm mpepping/ponysay "foo"
```
#### Gentoo Linux
The package is in the official Gentoo repository as [games-misc/ponysay](https://packages.gentoo.org/packages/games-misc/ponysay).
#### Mac OS X (OSX) (macOS)
A `ponysay` [Homebrew](https://github.com/mxcl/homebrew) formula is available.
@ -57,6 +60,12 @@ You could either run ponysay on:
Make sure you install the latest Windows updates to [enable true colour console support](https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/), then follow the install instructions for Ubuntu in a bash console.
#### OpenSuSe 13.2 or OpenSuSe Factory
The package is available in OpenSuSe 13.2 and Factory since 6th april 2014, if you want the individual rpm look [here](http://www.rpmfind.net/linux/rpm2html/search.php?query=ponysay).
#### Ubuntu
There is a PPA available, specifically for ponysay, containing packages for all currently supported Ubuntu releases [here](https://launchpad.net/~vincent-c/+archive/ponysay).
### Print a pony fortune upon terminal startup
This requires the `fortune` utility to be installed. It can install be from the distribution's repositories (might be named `fortune-mod`).