Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32c71bd698 | |||
| 8277fa7ac6 | |||
| 3b6c4bbb7d | |||
| 1196f1d389 |
32
README.md
32
README.md
@ -1,4 +1,4 @@
|
|||||||
# go-serviceman
|
# [go-serviceman](https://git.rootprojects.org/root/serviceman)
|
||||||
|
|
||||||
Cross-platform service management made easy.
|
Cross-platform service management made easy.
|
||||||
|
|
||||||
@ -77,6 +77,24 @@ The **default** is to register a _user_ services. To register a _system_ service
|
|||||||
|
|
||||||
# Install
|
# 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.
|
There are a number of pre-built binaries.
|
||||||
|
|
||||||
If none of them work for you, or you prefer to build from source,
|
If none of them work for you, or you prefer to build from source,
|
||||||
@ -84,8 +102,16 @@ see the instructions for building far down below.
|
|||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -fsSL "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman
|
||||||
|
chmod +x ./serviceman
|
||||||
|
```
|
||||||
|
|
||||||
### MacOS
|
### MacOS
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>See download options</summary>
|
||||||
|
|
||||||
MacOS (darwin): [64-bit Download ](https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman)
|
MacOS (darwin): [64-bit Download ](https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman)
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -93,6 +119,8 @@ curl https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman -o service
|
|||||||
chmod +x ./serviceman
|
chmod +x ./serviceman
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -125,6 +153,7 @@ powershell.exe "(New-Object Net.WebClient).DownloadFile('https://rootprojects.or
|
|||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>See download options</summary>
|
<summary>See download options</summary>
|
||||||
|
|
||||||
@ -620,4 +649,3 @@ MPL-2.0 |
|
|||||||
Copyright 2019 AJ ONeal.
|
Copyright 2019 AJ ONeal.
|
||||||
|
|
||||||
<!-- {{ end }} -->
|
<!-- {{ end }} -->
|
||||||
<!-- {{ end }} -->
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user