Write about the docker version on the README.md

This commit is contained in:
Lucas Possatti
2016-10-06 08:29:56 -03:00
committed by GitHub
parent 73e67f6e77
commit 8f35b6294e

View File

@@ -29,6 +29,8 @@ After the last command, you will have `pokemonsay` installed in you home folder
It may be necessary to logout and login back again to have `pokemonsay` in you `$PATH`. This is specially true if you have never had a `~/bin/` folder before. Your operating system will have it added to you `$PATH` automatically after the `~/bin/` folder is created... I hope.
### OS X
If you're using OS X, you additionally need to install `shuf` on your system:
```bash
@@ -36,6 +38,10 @@ $ brew install coreutils
$ ln -s /usr/local/bin/gshuf /usr/local/bin/shuf
```
### Docker
There's an interesting fork by @xaviervia that allows you to run pokemonsay on Docker. Checkout [xaviervia/docker-pokemonsay](https://github.com/xaviervia/docker-pokemonsay)
## Usage
Now that you've installed `pokemonsay`, you can make it work like so: