Add detailed installation instruction
This commit is contained in:
parent
2361a0a983
commit
d8aa83f00e
20
README.md
20
README.md
@ -18,9 +18,27 @@ fooboar@forest:~$
|
|||||||
|
|
||||||
## 🌲 Usage
|
## 🌲 Usage
|
||||||
|
|
||||||
|
Download the newest [release](https://git.wiai.de/fknoch/oink/releases). Then run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ chmod +x "/path/to/oink.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!
|
$ oink Heyho!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user