From 67096998a71028b86d36ced6ea6bf71c7da404c5 Mon Sep 17 00:00:00 2001 From: Radoslaw Smigielski Date: Tue, 3 Mar 2020 06:28:03 +0000 Subject: [PATCH] Remove unnecessary '\' from one of example commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1565707..9d3ba12 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ In order to run own copy of the book with gitook using within container: ```bash docker image build \ --rm --squash \ - --label linux-insides \\ + --label linux-insides \ --tag linux-insides-book:latest \ -f Dockerfile ```