From 3a69088f18b89fd7325c21acb0a2e565e73c302f Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Thu, 28 Nov 2019 14:33:01 +0100 Subject: [PATCH] fix: release tarball files --- 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). -- libgit2 1.7.2