From 580936c73c6e2aebc8028bd7c9809667614b0eb8 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 1 Jul 2019 15:38:21 +0200 Subject: [PATCH] Fixed docker build typo (both URL and PATH) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebf97e0..e6efcee9 100644 --- a/README.md +++ b/README.md @@ -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