From 96f9e7965632d43b9857c0c12909f437e8df7a44 Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Mon, 18 May 2020 13:44:05 -0600 Subject: [PATCH] Added additional info on selfextracting archive usage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3e5a1e..af34edc 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,15 @@ $> git clone https://gitlab.com/bradley.richins/zpower.git $> cd zpower $> ./install.sh ``` + or download and run the self extracting archive ``` +$> chmod 755 zp-install.run $> ./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