Added additional info on selfextracting archive usage

This commit is contained in:
Bradley Richins
2020-05-18 13:44:05 -06:00
parent 46fda60377
commit 96f9e79656

View File

@@ -46,12 +46,15 @@ $> git clone https://gitlab.com/bradley.richins/zpower.git
$> cd zpower $> cd zpower
$> ./install.sh $> ./install.sh
``` ```
or download and run the self extracting archive or download and run the self extracting archive
``` ```
$> chmod 755 zp-install.run
$> ./zp-install.run $> ./zp-install.run
``` ```
- [Self Extracting Archive](https://gitlab.com/bradley.richins/zpower/-/raw/master/zp-install.run?inline=false) - [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 _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 $> chmod 755 zp-install.txt