From c793d04b2da4bc79f47cc675208ebacc277ab29f Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sun, 30 Jun 2019 14:56:18 +0100 Subject: [PATCH] Tweak installation instructions when using Go --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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