From 63fb5d935dea2266bc1bf349b02959db105b1830 Mon Sep 17 00:00:00 2001 From: Yutaro Hayakawa Date: Thu, 17 Nov 2022 23:36:38 +0900 Subject: [PATCH] Leverage latest tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e3e32..14103c8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ipftrace2 is a single-binary application. You don't have to install any dependencies. ``` -curl -OL https://github.com/YutaroHayakawa/ipftrace2/releases/download/v0.7.0/ipftrace2_amd64.tar.gz +curl -OL https://github.com/YutaroHayakawa/ipftrace2/releases/latest/download/ipftrace2_amd64.tar.gz tar xvf ipftrace2_amd64.tar.gz sudo cp ipft /usr/local/bin/ipft ```