diff --git a/README.md b/README.md index 8321259..4705e96 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ cd frontend pnpm install pnpm build --emptyOutDir cd .. -cp frontend/dist ./dist +cp -r frontend/dist ./dist python3 -m venv ./venv ./venv/bin/python3 -m pip install -r requirements.txt ./venv/bin/python3 main.py