diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2014-11-21 14:51:55 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2014-11-21 14:51:55 -0200 |
commit | 0a172eabcff46584b1fccd77633bd44174e97249 (patch) | |
tree | d90c8888c987738dfff61e0c1509c0f411a234db | |
parent | 197a2631ed3c7807e956706347b64e4c7effcd82 (diff) |
Added instructions for using the config file in development
-rw-r--r-- | service/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/service/README.md b/service/README.md index a1554dff..eadb1970 100644 --- a/service/README.md +++ b/service/README.md @@ -60,3 +60,9 @@ pip uninstall -y gnupg; pip install gnupg ``` pixelated-user-agent ``` + +* For development purposes you can also copy the pixelated.example file and fill in your credentials, + that way you avoid having to enter your test credentials everytime: +``` +pixelated-user-agent --config=<config_file_path> +``` |