Write about the docker version on the README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user