From 52643b49f7698d482bfb400380d0fce443ba985a Mon Sep 17 00:00:00 2001 From: jon r Date: Wed, 18 Oct 2023 20:49:34 +0200 Subject: [PATCH] chore(docs): simplify Go installation instruction --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 81cb9f1..b5faa09 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,7 @@ See the [install instructions](https://golang.org/doc/install.html). Compiling mastotool is easy, simply run: - git clone https://github.com/muesli/mastotool.git - cd mastotool - go build + go install github.com/muesli/mastotool@latest ## Usage