change readme

This commit is contained in:
Jeffrey Hsu 2025-01-31 19:29:00 +08:00
parent 9a73fa0ff9
commit d74c866caf

View File

@ -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
```