From d74c866caf2d8070b24f7b8cf9bcc0f1e83a88b3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Fri, 31 Jan 2025 19:29:00 +0800 Subject: [PATCH] change readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff9e4bb..f4d9971 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ git pull https://cantyonion.site/git/cantyonion/LXCsGame.git cd LXCsGame python -m venv .venv + +# for Windows user +.venv\Script\active.bat +# for Linux user +source .venv/bin/active + pip install pygame python main.py ``` \ No newline at end of file