summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
+```