1 parent 5c3338c commit 4682a46Copy full SHA for 4682a46
1 file changed
README.md
@@ -45,7 +45,7 @@ pip3 install rclone-decrypt
45
* `Python >= 3.10`
46
47
### Executable
48
-**UNDER DEVELOPMENT** An OSX `.app` is generated but is currently untested.
+**UNDER DEVELOPMENT**
49
50
## Usage
51
### CLI usage
@@ -87,5 +87,6 @@ source .venv/bin/activate
87
poetry install
88
poetry run pytest
89
poetry run flake8
90
+poetry run black src/ tests/
91
deactivate
92
```
0 commit comments