Fixed docker build typo (both URL and PATH)

This commit is contained in:
Quentin McGaw 2019-07-01 15:38:21 +02:00
parent fd70aaaf05
commit 580936c73c

View file

@ -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