Add detailed installation instruction

This commit is contained in:
Knoch 2018-07-14 10:14:42 +02:00
parent 2361a0a983
commit d8aa83f00e

View File

@ -18,9 +18,27 @@ fooboar@forest:~$
## 🌲 Usage
Download the newest [release](https://git.wiai.de/fknoch/oink/releases). Then run:
```sh
$ chmod +x "/path/to/oink.sh"
$ alias oink="/path/to/oink.sh"
```
Add the following lines at the end of your `~\.bashrc`.
```bash
# Fooboar
alias oink="/path/to/oink.sh"
```
To persist your changes, run:
```bash
$ . ~/.bashrc
```
Now Fooboar can talk to you.
```bash
$ oink Heyho!
```