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