summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2021-02-23 08:46:40 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2021-02-23 08:46:40 -0800
commit2bba3054ece3f8db162536936548375f3931d2ed (patch)
tree14f5d6b8e0781aececafcb8d2210fd13a786c6df
parentb5733dfb2d56f07166d4e8f694a484905a4a0ee1 (diff)
chore: update debian release path
-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