add tip for interactive mode
This commit is contained in:
parent
530c7b59ff
commit
d9b5536ff5
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ Notes:
|
|||
The dough can be kept overnight in the refidgerator if needed
|
||||
Water may also be used in place of beer
|
||||
Try adding your choice of spices and/or herbs into the dough for more flavor
|
||||
If you skip the dimention input in interactive mode, it will ask for flour weight instead!
|
||||
```
|
||||
|
||||
### Recipe (specifically for -r quick)
|
||||
|
|
1
pizza.sh
1
pizza.sh
|
@ -24,6 +24,7 @@ function pizzahelp { # this only prints help text
|
|||
echo " The dough can be kept overnight in the refidgerator if needed"
|
||||
echo " Water may also be used in place of beer"
|
||||
echo " Try adding your choice of spices and/or herbs into the dough for more flavor"
|
||||
echo " If you skip the dimention input in interactive mode, it will ask for flour weight instead!"
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue