diff --git a/README.md b/README.md index a88f910..4637d02 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,15 @@ pip3 install pygame ``` git clone git@github.com:rohitjoshi21/Tanks.git ``` + +- After cloning the repository, change the directory to Tanks. + +``` +cd Tanks +``` + - when you have cloned the repo, simply run the .py file in terminal + ``` python3 Game.py ```