Skip to content

Commit

Permalink
refs #23 Add info about running it with docker in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Mar 20, 2024
1 parent 6b3b1b6 commit 7fc5c21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ sudo spctl --master-disable

Othwerise you'll see an error because the binary is unsigned.

### Using Docker

You can also use manga-downloader directly via docker like so:

~~~bash
docker run --rm -it -v $PWD:/downloads elboletaire/manga-downloader --help
~~~

Note the `-v $PWD:/downloads` param, that's required in order to get the downloads in your current path.

License
-------

Expand Down

0 comments on commit 7fc5c21

Please sign in to comment.