2 Commits

Author SHA1 Message Date
Lucas Possatti
00d796987e Missing dot (.) 2016-10-06 08:31:14 -03:00
Lucas Possatti
8f35b6294e Write about the docker version on the README.md 2016-10-06 08:29:56 -03:00

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. 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: If you're using OS X, you additionally need to install `shuf` on your system:
```bash ```bash
@@ -36,6 +38,10 @@ $ brew install coreutils
$ ln -s /usr/local/bin/gshuf /usr/local/bin/shuf $ 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 ## Usage
Now that you've installed `pokemonsay`, you can make it work like so: Now that you've installed `pokemonsay`, you can make it work like so: