From 02569a818cc4727591cb5696fcafdfc1a6786f98 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Sat, 2 Mar 2024 13:45:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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