add some infos
This commit is contained in:
parent
2423f080a1
commit
1e79de3a55
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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.
|
Reference in a new issue