Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00d796987e | ||
|
|
8f35b6294e |
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user