Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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@latest go install github.com/badjware/gitforgefs
``` ```
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.