This commit is contained in:
Auric Vente
2024-02-20 00:57:49 -06:00
parent ad4b62bba2
commit 3343cb674a
2 changed files with 22 additions and 9 deletions

View File

@@ -32,10 +32,11 @@ Modify `main.py` itself to edit what you need.
Set the path to `gifmaker` and maybe change the `prefix`.
You could make an alias for gifmaker:
By default it points to `/usr/bin/gifmaker`.
```shell
alias gifmaker="/path/to/venv/bin/python /path/to/gifmaker/src/main.py"
```sh
#!/usr/bin/env bash
/path/to/gifmaker/venv/bin/python /path/to/gifmaker/src/main.py
```
---