From 32c71bd698eb85acf698d7aa5710ec102044089d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Jul 2020 02:42:08 +0000 Subject: [PATCH] add webi install instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 9be3745..c4776a6 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,24 @@ The **default** is to register a _user_ services. To register a _system_ service # Install +You can install `serviceman` directly from the official git releases with [`webi`](https://webinstall.dev/serviceman): + +**Mac**, **Linux**: + +```bash +curl -sL https://webinstall.dev/serviceman | bash +``` + +**Windows 10**: + +```pwsh +curl.exe -sLA "MS" https://webinstall.dev/serviceman | powershell +``` + +You can run this from cmd.exe or PowerShell (curl.exe is a native part of Windows 10). + +## Manual Install + There are a number of pre-built binaries. If none of them work for you, or you prefer to build from source,