diff --git a/README.md b/README.md index e36c00f..74f8a4d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ If you aren't running `./install.sh`, you're doing it wrong. You have permissions to use `sudo`. +The script has optional flags:
+`h` - Display the help message.
+`n` - Only install non-offensive fortunes.
+`o` - Only install offensive fortunes.
+Not supplying any flags will cause the script to install both non-offensive and offensive fortunes. + ### Gentoo - Install [this](https://github.com/Phate6660/overlay) overlay. - `emerge -atv fortune-mod-mythical-linux`
(a = ask, t = tree, v = verbose. None are needed, they are just my preference of options for installing packages.)