From 9de94ea8fecb3a8db19dfe7cc7f66921076db690 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Fri, 25 Nov 2022 12:25:47 -0500 Subject: [PATCH] update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355f77e..e81f2d8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ tree -L 4 Install [go](https://golang.org/) and run ``` sh -go get github.com/badjware/gitlabfs +go install github.com/badjware/gitlabfs@latest ``` The executable will be in `$GOPATH/bin/gitlabfs` or `~/go/bin/gitlabfs` by default. For convenience, copy `gitlabfs` somewhere suitable or add `~/go/bin` in your `PATH`.