Quellcode durchsuchen

Remove unnecessary '\' from one of example commands

Radoslaw Smigielski vor 5 Jahren
Ursprung
Commit
67096998a7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
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
    ```