From a110c8b552bd38f0d3e759c4a9a4b376f86e0048 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 20 Aug 2022 20:31:00 +0200 Subject: [PATCH] add installation section --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9755b9..9cbe244 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,21 @@ # prose_dl Helper to download all posts from prose.sh instance +## Installation +Clone the repo and get in +```bash +git clone https://git.kennel.ml/Anri/prose_dl.git && cd prose_dl +``` +Then install it +```bash +cargo install --path . +``` + ## Usage Will download all your posts from [`prose.sh`](https://prose.sh/) into a folder named after your username: ```bash -$ ./prose_dl +$ prose_dl ``` More info with the `--help` option.