summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-11-21 14:51:55 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-11-21 14:51:55 -0200
commit0a172eabcff46584b1fccd77633bd44174e97249 (patch)
treed90c8888c987738dfff61e0c1509c0f411a234db /service/README.md
parent197a2631ed3c7807e956706347b64e4c7effcd82 (diff)
Added instructions for using the config file in development
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md6
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>
+```