From fc4523b64ba0b0d9308e4b594d516b59bba17cdb Mon Sep 17 00:00:00 2001 From: Sylvain Kerkour Date: Mon, 13 Jun 2022 07:26:10 +0000 Subject: [PATCH] extra/publishing: Fix docker command --ti to -ti --- extra/publishing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/publishing/README.md b/extra/publishing/README.md index 5a14811..f486e1c 100644 --- a/extra/publishing/README.md +++ b/extra/publishing/README.md @@ -7,7 +7,7 @@ Put your files in a `src` folder and edit the `Makefile` accordingly. Then: ```shell $ make docker -$ docker run --ti --rm -v `pwd`:/ebook localhost/skerkour/ebook +$ docker run -ti --rm -v `pwd`:/ebook localhost/skerkour/ebook ``` All your ebooks are now in the `ebooks` folder.