From c8453f8d542138a39961bb351b422f435e6ef453 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 28 Jul 2019 05:14:33 -0600 Subject: [PATCH] make chmod instruction more obvious --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 801405c..8b945b1 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ MacOS (darwin): [64-bit Download ](https://rootprojects.org/serviceman/dist/darw ``` curl https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman -o serviceman +chmod +x ./serviceman ``` ### Windows @@ -129,12 +130,14 @@ Linux (64-bit): [Download](https://rootprojects.org/serviceman/dist/linux/amd64/ ``` curl https://rootprojects.org/serviceman/dist/linux/amd64/serviceman -o serviceman +chmod +x ./serviceman ``` Linux (32-bit): [Download](https://rootprojects.org/serviceman/dist/linux/386/serviceman) ``` curl https://rootprojects.org/serviceman/dist/linux/386/serviceman -o serviceman +chmod +x ./serviceman ``` @@ -148,24 +151,28 @@ RPi 4 (64-bit armv8): [Download](https://rootprojects.org/serviceman/dist/linux/ ``` curl https://rootprojects.org/serviceman/dist/linux/armv8/serviceman -o serviceman` +chmod +x ./serviceman ``` RPi 3 (armv7): [Download](https://rootprojects.org/serviceman/dist/linux/armv7/serviceman) ``` curl https://rootprojects.org/serviceman/dist/linux/armv7/serviceman -o serviceman +chmod +x ./serviceman ``` ARMv6: [Download](https://rootprojects.org/serviceman/dist/linux/armv6/serviceman) ``` curl https://rootprojects.org/serviceman/dist/linux/armv6/serviceman -o serviceman +chmod +x ./serviceman ``` RPi Zero (armv5): [Download](https://rootprojects.org/serviceman/dist/linux/armv5/serviceman) ``` curl https://rootprojects.org/serviceman/dist/linux/armv5/serviceman -o serviceman +chmod +x ./serviceman ``` @@ -183,7 +190,6 @@ reg add HKEY_CURRENT_USER\Environment /v PATH /d "%PATH%;%userprofile%\bin" **All Others** ``` -chmod a+x ./serviceman sudo mv ./serviceman /usr/local/bin/ ```