From 1196f1d38999a443f64eb16d1ea796f110fb884c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 18 Jan 2020 02:16:15 +0000 Subject: [PATCH] more generic download command --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 92b4dc9..26990d2 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,16 @@ 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 +
+See download options + MacOS (darwin): [64-bit Download ](https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman) ``` @@ -93,6 +101,8 @@ curl https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman -o service chmod +x ./serviceman ``` +
+ ### Windows
@@ -125,6 +135,7 @@ powershell.exe "(New-Object Net.WebClient).DownloadFile('https://rootprojects.or ### Linux +
See download options