diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 032e59c..a81dce8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,7 @@ git commit -m "export: Added export format for emacs. Closes #11" You can run `pywal` without properly installing it by using the following command: ```sh -./pywal/__init__.py +# From the repo directory. +python -m pywal ``` |