Remove unnecessary '\' from one of example commands

pull/704/head
Radoslaw Smigielski 4 years ago
parent 7873a715d1
commit 67096998a7

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

Loading…
Cancel
Save