Add cowsay as a dependency

This commit is contained in:
Knoch 2018-07-16 12:37:44 +02:00
parent 5d17736a9f
commit 9090dcd316

View File

@ -16,15 +16,15 @@ fooboar@forest:~$ oink Ich bin ein WIldschwAIn!
fooboar@forest:~$
```
## 🌲 Usage
## 🌲 Usage (Ubuntu)
Download the newest [release](https://git.wiai.de/fknoch/oink/releases). Then run:
This script requires [Cowsay](https://github.com/piuccio/cowsay). Download and install it first. Then you are ready to download the newest [oink release](https://git.wiai.de/fknoch/oink/releases). Run the following line to make the script executable:
```sh
$ chmod +x "/path/to/oink.sh"
```
Add the following lines at the end of your `~\.bashrc`.
Add these lines at the end of your `~\.bashrc`.
```bash
# Fooboar
alias oink="/path/to/oink.sh"
@ -44,5 +44,7 @@ $ oink Heyho!
## 🍄 Contributors
Truffels go to [Christian](https://wiki.wiai.de/index.php/Benutzer:Ckremitzl), who provided the wonderful Unicode representation of Fooboar.
Truffels go to:
* [Christian](https://wiki.wiai.de/index.php/Benutzer:Ckremitzl), who provided the wonderful Unicode representation of Fooboar
* [Fabian](https://wiki.wiai.de/index.php/Benutzer:Flamprecht), who suggested to use a `.cow` file (which has been rejected after some discussion)