1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-07 13:42:01 +02:00

Update README.md

Use `go install` instead of `go get` to install as `$GOPATH/bin/lazygit`, since using `go get` to install binary is deprecated
This commit is contained in:
Jing Mi 2022-01-29 08:58:53 +08:00 committed by Jesse Duffield
parent e0ae134ee4
commit 15ca38ba2e

View File

@ -169,7 +169,7 @@ conda install -c conda-forge lazygit
### Go
```sh
go get github.com/jesseduffield/lazygit
go install github.com/jesseduffield/lazygit@latest
```
Please note: