DOCS: CONTRIBUTING

This commit is contained in:
Dylan Araps 2017-06-26 10:36:28 +10:00
parent cdfda9fdb8
commit 7206eee017

View File

@ -32,3 +32,13 @@ I'm not fussed if you don't follow this one too closely as I'm guilty of forgett
# Example: # Example:
git commit -m "export: Added export format for emacs. Closes #11" 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
```