update install instructions
This commit is contained in:
parent
d0bc974df1
commit
9de94ea8fe
|
@ -55,7 +55,7 @@ $ tree -L 4
|
||||||
|
|
||||||
Install [go](https://golang.org/) and run
|
Install [go](https://golang.org/) and run
|
||||||
``` sh
|
``` 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`.
|
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`.
|
||||||
|
|
Loading…
Reference in New Issue