diff --git a/README.md b/README.md index 3dff58cb..c4d31120 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ required go version: 1.12 ```sh 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