index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-11-28 13:33:01.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-11-28 13:33:01.0 +00:00:00
commit
3a69088f18b89fd7325c21acb0a2e565e73c302f [patch]
tree
62c77569f7d5ea3cde0bcd7f2f0ee62e09b1d7fb
parent
d2c9b2a10b05addf9a7157ab719984672eef10a0
download
3a69088f18b89fd7325c21acb0a2e565e73c302f.tar.gz

fix: release tarball files



Diff

 Makefile  | 2 +-
 README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b4f860c..4b4f547 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ define build_release_files =
	set -u

	cd $(PKG_BIN_PATH) && \
		tar -czvf $(PKG_NAME)-v$(PKG_TAG)-x86_64-$(PKG_TARGET).tar.gz $(PKG_NAME)
		tar czvf $(PKG_NAME)-v$(PKG_TAG)-x86_64-$(PKG_TARGET).tar.gz $(PKG_NAME)
	du -sh ./*
	echo "Release tarball/zipball files created!"
endef
diff --git a/README.md b/README.md
index 20a1b20..2e8f037 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@

> A blazing fast static files-serving web server powered by [Rust Iron]https://github.com/iron/iron. :zap:

**Static Web Server** is a small (`1,6M` static binary) and fast web server to serving static files like html files or assets.
**Static Web Server** is a small (`1.4M` static binary) and fast web server to serving static files like html files or assets.

It's also an option to deploy it inside a [Docker container]https://hub.docker.com/r/joseluisq/static-web-server.