This commit is contained in:
q
2024-12-02 19:45:03 +02:00
parent 21fe60dd4f
commit a39b947e43
7 changed files with 111 additions and 31 deletions

View File

@@ -10,11 +10,8 @@ Basic function:
# Installation
- Create a folder that is publicily visible on a web server, like Nginx.
- Copy the flit.example as executable `flit`, and add the public URL in the
script.
- Have the flit.py in the same folder.
- Add a symlink to flit script so that it is in the PATH, i.e. `ln -s $(pwd)/flit ~/.local/bin/flit`
- Install module with pip or pipx
- Create a folder that is publicily visible on a web server, for example Nginx.
- Add `flit del` to daily cron
# Usage