Browse Source

clarify usage

smaller-size
AJ ONeal 5 years ago
parent
commit
f1e3cf1b9c
  1. 4
      README.md

4
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> -- [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
```

Loading…
Cancel
Save