From 5334eca8fb15b8cf45bcbb4f648dba41cb3b0a59 Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Sun, 25 Oct 2020 15:33:53 -0600 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc76905..f8d378e 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ $> 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` +`zp-install.run` was generated with `$> makeself --sha256 --tar-extra "--exclude=.git" ./ 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/)