From 24b2f7fee78364b7cddb30da34f3934ef8481220 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 17 Jan 2024 13:11:28 +0900 Subject: [PATCH] Tweak the release URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a8101..3592ee9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ E.g, the following commands should suffice ```bash $ # choose a directory on your PATH; this example uses ${HOME}/.local/bin $ my_local_bin=${HOME}/.local/bin/printmem -$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.0pre1/printmem" +$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.0/printmem" $ # download it $ wget -O $my_local_bin $release_url $ # make it executable