From 114537dcc024aaead8dff8f9f7627e87daceb7d4 Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Sat, 12 Nov 2022 07:39:47 -0500 Subject: [PATCH] Update install instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23607a6..989d6e4 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ func main() { ## Installation -``` -$ go get github.com/mattn/go-mastodon +```shell +go install github.com/mattn/go-mastodon@latest ``` ## License