diff --git a/README.md b/README.md index 0d4f59b..a67fa2e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ Tetris clone made with Python and Arcade graphic library ## Requirements -[Python] +[Python](https://www.python.org/) ## Install ```shell -git clone https://git.malingrey.fr/adrien/TetrArcade.git python -m pip install --user arcade +git clone https://git.malingrey.fr/adrien/TetrArcade.git +``` + +## Play + +```shell +cd TetrArcade +python tetrarcade.py ``` \ No newline at end of file