summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--README.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a20d463..bbef150 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,9 @@ docker-build:
docker-run:
cat README.md | docker run -i sitkevij/hx:latest
+deb:
+ cargo deb
+
clean: ## Remove all artifacts
rm -rf $(DEBUG_DIR)
rm -rf $(RELEASE_DIR)
diff --git a/README.md b/README.md
index d564875..b5e0007 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ If `<USERDIR>/.cargo/bin` is part of the `PATH` environment variable, `hx` shoul
### debian install
```sh
-curl -sLO https://github.com/sitkevij/hex/releases/download/v0.4.0/hx_0.4.0_amd64.deb && dpkg -i hx_0.4.0_amd64.deb
+curl -sLO https://github.com/sitkevij/hex/releases/download/v0.4.1/hx_0.4.1_amd64.deb && dpkg -i hx_0.4.1_amd64.deb
```
### docker run