diff --git a/README.md b/README.md index ec4e297..8faef3c 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@ You can either run this as PS1 from Windows PowerShell or use the compiled EXE v # syntax ``` -> sit-stand.exe or powershell -file sit-stand.ps1 [options below, all options are, in fact, optional] --sit [###] Time to sit before being remanded to stand in minutes (default 60) --stand [###] Time to stand before being remanded to sit in minutes (default 60) --font [font-name] typeface in systray --fg [color] foreground color in systray --bg [color] background color in systray --auto start automatically on login +> sit-stand.exe +or +> powershell -file sit-stand.ps1 +[options below, all options are, in fact, optional] +-sit [#] Time to sit before being remanded to stand in minutes (default 60) +-stand [#] Time to stand before being remanded to sit in minutes (default 60) +-font [font-name] typeface in systray (default calibri) +-fg [color] foreground color in systray (default white) +-bg [color] background color in systray (default darkblue) +-auto start automatically on login (default off) -uninstall remove all traces of application -help Display help message ```