diff --git a/README.md b/README.md index 9bdbdbb..ff8a725 100644 --- a/README.md +++ b/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 +``` + ## Installation ### Homebrew @@ -29,9 +35,3 @@ go install github.com/robinovitch61/webtoon-dl@latest Clone this repo, build from source with `cd && go build`, then move the binary to somewhere accessible in your `path`, e.g. `mv ./webtoon-dl /usr/local/bin`. - -## Usage - -```shell -webtoon-dl -```