1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-15 20:48:57 +00:00

Remove unnecessary '\' from one of example commands

This commit is contained in:
Radoslaw Smigielski 2020-03-03 06:28:03 +00:00
parent 7873a715d1
commit 67096998a7

View File

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