diff --git a/README.md b/README.md index d133dc2..ddee04f 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,12 @@ $ docker run \ -e REDDIT_SECRET="687DDJSS&999d-hdkjK8h" \ -v /Local/location/to/save/in:/opt/app/archive \ redditsave saved +``` + +## Backing up a specific username + +Rather than backing up your own saved/upvoted posts and comments, you can back up the submitted posts and comments of another user: + +```bash +./save.py user:samirelanduk folder_name ``` \ No newline at end of file