Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update usage with command to append to bashrc
  • Loading branch information
tmck-code authored Nov 29, 2022
1 parent 661d493 commit 5a1f5d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Just pipe some text! e.g.
echo yolo | pokesay
```

To see it every time you open a terminal, add it to your `.bashrc` file!
_(This requires that you have `fortune` installed)_

```shell
echo 'fortune | pokesay' >> $HOME/.bashrc
```

> _Note: The pokesay tool is intended to only be used with piped text input from STDIN, entering text by typing (or other methods) might not work as expected!_

---
Expand Down

0 comments on commit 5a1f5d7

Please sign in to comment.