From 2bba3054ece3f8db162536936548375f3931d2ed Mon Sep 17 00:00:00 2001 From: sitkevij <1553398+sitkevij@users.noreply.github.com> Date: Tue, 23 Feb 2021 08:46:40 -0800 Subject: chore: update debian release path --- Makefile | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 `/.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 -- cgit v1.2.3