Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenpandaman committed Sep 29, 2021
1 parent 4a3ad0c commit 758e4c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ A Python script to download manga from [MangaDex.org](https://mangadex.org/).

## Requirements
* [Python 3.4+](https://www.python.org/downloads/) (or [install via Homebrew](https://docs.python-guide.org/starting/install3/osx/) on macOS)
* Python's [Requests](https://docs.python-requests.org/en/latest/) library (`pip install requests`)
* Python's [Requests](https://docs.python-requests.org/en/latest/)

## Installation & usage
```
$ git clone https://github.com/frozenpandaman/mangadex-dl
$ cd mangadex-dl/
$ pip install requests
$ python mangadex-dl.py [-l language_code] [-d] [-a]
```

Expand All @@ -24,7 +25,7 @@ You can also execute the script via `./mangadex-dl.py` on macOS and Linux. On Wi
### Example usage
```
$ ./mangadex-dl.py
mangadex-dl v0.5.1
mangadex-dl v0.5.2
Enter manga URL: https://mangadex.org/title/58be6aa6-06cb-4ca5-bd20-f1392ce451fb/yotsuba-to
Title: Yotsuba to!
Expand Down

0 comments on commit 758e4c8

Please sign in to comment.