summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-26 10:36:28 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-26 10:36:28 +1000
commit7206eee0176926061631575023b010392e22c526 (patch)
tree19849e5cdd3892153dc1ddd66a45952d91dc0799
parentcdfda9fdb8b64573525cd0a1248d5a692d67a61a (diff)
DOCS: CONTRIBUTING
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d9315ca..032e59c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,3 +32,13 @@ I'm not fussed if you don't follow this one too closely as I'm guilty of forgett
# Example:
git commit -m "export: Added export format for emacs. Closes #11"
```
+
+
+### Running `pywal`
+
+You can run `pywal` without properly installing it by using the following command:
+
+```sh
+./pywal/__init__.py
+```
+