diff --git a/makefile b/makefile index 2fba093..6f7c4d8 100644 --- a/makefile +++ b/makefile @@ -2,8 +2,7 @@ help: @echo "Available commands:" - @echo " make setup - Set up the application (migrate + collectstatic)" + @echo " make setup - Set up the application (migrate + ...)" setup: /opt/uv/uv run python src/manage.py migrate - /usr/local/bin/pnpm --dir src/ install