From c7772515f716295cef8508c1e78078907418b8fd Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Tue, 19 May 2020 22:26:18 -0600 Subject: [PATCH] Update README.md Added alt. link to release file Added info on `zp-install.sh` --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af34edc..9313c88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ - [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh.git) - [ZSH Auto-Suggestions](https://github.com/zsh-users/zsh-autosuggestions.git) - [ZSH Syantax Highlighting](https://github.com/zsh-users/zsh-syntax-highlighting.git) -- ~~[PowerLevel 9K](https://github.com/bhilburn/powerlevel9k.git)~~ - [PowerLevel 10k](https://github.com/romkatv/powerlevel10k) ### Extras # @@ -53,10 +52,16 @@ $> chmod 755 zp-install.run $> ./zp-install.run ``` -- [Self Extracting Archive](https://gitlab.com/bradley.richins/zpower/-/raw/master/zp-install.run?inline=false) +- MakeSelf installer [GitHub Release](https://github.com/RaumXV/zpower/releases/download/v1.1/zp-install.run) +- MakeSelf installer [GitLab Release](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 be 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 $> ./zp-install.txt ``` + +`zp-install.run` was generated with `$> makeself --sha256 ./zpower zp-install.run "ZPower Shell Pack Installer" ./install.sh` +MakeSelf: A self-extracting archiving tool for Unix systems, in 100% shell script - [GitHub](https://github.com/megastep/makeself) [Website](https://makeself.io/) +