diff --git a/README.markdown b/README.markdown index 497e6fd..fb7d179 100644 --- a/README.markdown +++ b/README.markdown @@ -35,6 +35,21 @@ Supports * DeviantArt galleries/collections * Sta.sh +Configuration +--- + +A very small amount of configuration is possible by creating a file called `leech.json` in the project directory. Currently you can define login information for sites that support it. + +Example: + +``` +{ + "logins": { + "QuestionableQuesting": ["username", "password"] + } +} +``` + Extending ---