From 46fda6037740694da7e43b55ac8986a100068248 Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Mon, 18 May 2020 13:36:20 -0600 Subject: [PATCH] Updated README.md Added note about downloading and exec the selfextracting archive --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2976cab..b3e5a1e 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,13 @@ $> cd zpower $> ./install.sh ``` or download and run the self extracting archive +``` +$> ./zp-install.run +``` - [Self Extracting Archive](https://gitlab.com/bradley.richins/zpower/-/raw/master/zp-install.run?inline=false) +_NOTE:_ When downloading this from gitlab the file name will most likely changed from `zp-install.run` to `zp-install.txt`. As long as this file has exec prermissions it will work +``` +$> chmod 755 zp-install.txt +$> ./zp-install.txt +```