extra/publishing: Fix docker command --ti to -ti

This commit is contained in:
Sylvain Kerkour
2022-06-13 07:26:10 +00:00
committed by GitHub
parent f4245b6b5d
commit fc4523b64b
+1 -1
View File
@@ -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.