'Makefile' updaten

This commit is contained in:
mb 2022-05-18 16:07:54 +02:00
parent 3e5ec74dc1
commit 7531ecf9cd

View File

@ -1,5 +1,9 @@
default: run
permissions:
@sudo chown -R gitea:www-data /var/www/multifeeder/
@sudo chmod -R g+rwX /var/www/multifeeder/.git/
setup:
@python3 -m venv .venv && \
.venv/bin/pip install -r requirements.txt