update install instructions

This commit is contained in:
Massaki Archambault 2022-11-25 12:25:47 -05:00
parent d0bc974df1
commit 9de94ea8fe
1 changed files with 1 additions and 1 deletions

View File

@ -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`.