diff --git a/README.md b/README.md index 65e9e36..ebf8d94 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Because debugging launchctl, systemd, etc absolutely sucks! # Usage +The basic pattern of usage, and what that might look like: + ``` serviceman add [options] [interpreter] -- [service options] ``` @@ -50,6 +52,8 @@ serviceman add foo.exe serviceman add --title "Foo App" node ./foo.js -- --bar ``` +You can also view the help and the version: + ``` serviceman add --help ```