fix install command in readme
This commit is contained in:
parent
1ab51a10a1
commit
8a6e5b122b
|
@ -52,7 +52,7 @@ Merge requests to add support to other forges are welcome.
|
||||||
|
|
||||||
Install [go](https://golang.org/) and run
|
Install [go](https://golang.org/) and run
|
||||||
``` sh
|
``` 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue