Skip to content

Commit

Permalink
more generic download command
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jan 18, 2020
1 parent 2824ee4 commit 1196f1d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,25 @@ see the instructions for building far down below.

## Downloads

```
curl "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman
chmod +x ./serviceman
```

### MacOS

<details>
<summary>See download options</summary>

MacOS (darwin): [64-bit Download ](https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman)

```
curl https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman -o serviceman
chmod +x ./serviceman
```

</details>

### Windows

<details>
Expand Down Expand Up @@ -125,6 +135,7 @@ powershell.exe "(New-Object Net.WebClient).DownloadFile('https://rootprojects.or

### Linux


<details>
<summary>See download options</summary>

Expand Down

0 comments on commit 1196f1d

Please sign in to comment.