Skip to content

Commit

Permalink
add webi install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jul 6, 2020
1 parent 8277fa7 commit 32c71bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32c71bd

Please sign in to comment.