Tweak installation instructions when using Go

This commit is contained in:
David Stephens 2019-06-30 14:56:18 +01:00
parent d590b2b9f3
commit c793d04b2d

View file

@ -46,6 +46,10 @@ required go version: 1.12
```sh ```sh
go get github.com/jesseduffield/lazydocker go get github.com/jesseduffield/lazydocker
go install github.com/jesseduffield/lazydocker
# add your go workspace bin directory to your path (you may want to do this in a shell profile):
export PATH=$PATH:$(go env GOPATH)/bin
``` ```
## Usage ## Usage