readme format
This commit is contained in:
parent
504d1eab45
commit
2f6c42d000
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
Download [webtoon](https://www.webtoons.com/en/) comics as PDFs using a terminal/command line.
|
||||
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
webtoon-dl <your-webtoon-url>
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
### Homebrew
|
||||
|
|
@ -29,9 +35,3 @@ go install github.com/robinovitch61/webtoon-dl@latest
|
|||
|
||||
Clone this repo, build from source with `cd <cloned_repo> && go build`, then move the binary to somewhere accessible in
|
||||
your `path`, e.g. `mv ./webtoon-dl /usr/local/bin`.
|
||||
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
webtoon-dl <your-webtoon-url>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue