add some infos

This commit is contained in:
Mylloon 2022-08-20 20:27:33 +02:00
parent 2423f080a1
commit 1e79de3a55
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# prose_dl
Helper to download all posts from prose.sh instance
## Usage
Will download all your posts from [`prose.sh`](https://prose.sh/) into a
folder named after your username:
```bash
$ ./prose_dl <username>
```
More info with the `--help` option.