From 8a6e5b122b04861f0fe519689a155a7909977bc9 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 15 Aug 2024 10:47:42 -0400 Subject: [PATCH] fix install command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c0995..44255a5 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Merge requests to add support to other forges are welcome. Install [go](https://golang.org/) and run ``` sh -go install github.com/badjware/gitforgefs +go install github.com/badjware/gitforgefs@latest ``` The executable will be in `$GOPATH/bin/gitforgefs` or `~/go/bin/gitforgefs` by default. For convenience, add `~/go/bin` in your `$PATH` if not done already.