From 8875f378315ce2857ef46336cbcfe5551b4d4a05 Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Thu, 5 Jan 2023 14:51:53 +0900 Subject: [PATCH] release as arm64 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5be0de67..57e40f7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ go get -u github.com/humanlogio/humanlog/... ## On linux ```bash -wget -qO- https://github.com/humanlogio/humanlog/releases/download/0.6.2/humanlog_0.6.2_linux_amd64.tar.gz | tar xvz +wget -qO- https://github.com/humanlogio/humanlog/releases/download/0.6.1/humanlog_0.6.1_linux_amd64.tar.gz | tar xvz ``` ## On OS X @@ -55,7 +55,7 @@ USAGE: humanlog [global options] command [command options] [arguments...] VERSION: - 0.6.2 + 0.6.1 AUTHOR: Antoine Grondin