diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md index 6dcfdf2..edd83e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Work In Progress +So easy its like having a salaryman manage your services for you. + +### Installation + +`cargo install salaryman --features "smd"` will install the daemon component. +`cargo install salaryman --features "sm-cli"` will install the cli component. + +These are build in **synchronous** rust with multithreading from inside of a `std::thread::scope()` + +To build against the protocol used on the UNIX socket, use `cargo add salaryman --features "protocol"`. + +### A note on repos +Canonical repo is [svn](https://svn.lesbianunix.dev/viewvc/salaryman/trunk/), the git repos available at [sourcehut](https://git.sr.ht/~spicywolf/salaryman) and [github](https;//github.com/karaiwulf/salaryman) are merely conveniences. +I will still accept issues and patchsets/PRs on either of the git platforms. |