[Doc] sudo for dev

This commit is contained in:
coja
2026-05-05 14:25:23 +02:00
parent aa26a3675e
commit 4111c7ac91

View File

@@ -4,8 +4,8 @@ help:
@echo "Available commands:" @echo "Available commands:"
@echo " make prep - Create venv and install requirements" @echo " make prep - Create venv and install requirements"
@echo " make events - Update site from CSV (build pages + images)" @echo " make events - Update site from CSV (build pages + images)"
@echo " make dev - Start development server" @echo " make dev - Start development server (might need a sudo)"
@echo " make stop - Stop development server" @echo " make stop - Stop development server (might need a sudo)"
@echo " make build - Full website build sequence" @echo " make build - Full website build sequence"
@echo " make help - Show this help message" @echo " make help - Show this help message"