add tip for interactive mode

This commit is contained in:
ida schmidt 2023-11-30 02:41:00 -07:00
parent 530c7b59ff
commit d9b5536ff5
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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
}