Skip to content

Commit

Permalink
readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Dec 21, 2023
1 parent 504d1ea commit 2f6c42d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
```

0 comments on commit 2f6c42d

Please sign in to comment.