mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Tweak installation instructions when using Go
This commit is contained in:
parent
d590b2b9f3
commit
c793d04b2d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue