From 2f6c42d000ced0a3cc8ae50bd0bf0825ef04fc07 Mon Sep 17 00:00:00 2001 From: Leo Robinovitch Date: Thu, 21 Dec 2023 09:50:19 -0800 Subject: [PATCH] readme format --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -```