소스 검색

Remove unnecessary '\' from one of example commands

Radoslaw Smigielski 5 년 전
부모
커밋
67096998a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
    ```