mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
docs: Add installation method with gah
This commit is contained in:
parent
bedde4a037
commit
62a9583dcf
1 changed files with 6 additions and 0 deletions
|
|
@ -133,6 +133,12 @@ curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/i
|
|||
```
|
||||
The script installs downloaded binary to `$HOME/.local/bin` directory by default, but it can be changed by setting `DIR` environment variable.
|
||||
|
||||
Or if you are using [gah](https://github.com/marverix/gah/):
|
||||
|
||||
```sh
|
||||
gah install lazydocker
|
||||
```
|
||||
|
||||
### Go
|
||||
|
||||
Required Go Version >= **1.19**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue