mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Fixed docker build typo (both URL and PATH)
This commit is contained in:
parent
fd70aaaf05
commit
580936c73c
1 changed files with 3 additions and 1 deletions
|
|
@ -55,7 +55,9 @@ go get github.com/jesseduffield/lazydocker
|
|||
- If you have a x86_64 CPU architecture
|
||||
|
||||
```sh
|
||||
docker build -t lazydocker . https://github.com/jesseduffield/lazydocker.git
|
||||
docker build -t lazydocker https://github.com/jesseduffield/lazydocker.git
|
||||
# or locally within the repository:
|
||||
docker build -t lazydocker .
|
||||
```
|
||||
|
||||
- If you have a ARM 32 bit v6 architecture
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue