Update README.md
This commit is contained in:
parent
4e4276ca65
commit
5208164d5c
1 changed files with 27 additions and 1 deletions
26
README.md
26
README.md
|
@ -1,3 +1,29 @@
|
|||
# fortunebot
|
||||
|
||||
Open alternative to InspiroBot
|
||||
|
||||
## A short guide
|
||||
|
||||
To make executable:
|
||||
|
||||
```zsh
|
||||
chmod +x teller.sh
|
||||
```
|
||||
|
||||
To create a quote image:
|
||||
|
||||
```zsh
|
||||
./teller.sh
|
||||
```
|
||||
|
||||
To create a quote image with custom fortune file:
|
||||
|
||||
```zsh
|
||||
./teller.sh myfortunes # replace "myfortunes" with your fortune file!
|
||||
```
|
||||
|
||||
To create a quote image with Samantha making the quotes:
|
||||
|
||||
```zsh
|
||||
./teller.sh samantha-mode
|
||||
```
|
Loading…
Reference in a new issue