diff options
| -rw-r--r-- | CONTRIBUTING.md | 10 |
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 +``` + |