Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
micziz committed Sep 4, 2023
1 parent 3318560 commit 15d17a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ Default should be:
MacOS and Linux:

```shell
cd ~/Downloads/theterminalgame-0.0.1
cd ~/Downloads/theterminalgame-(version)
```

Windows:

```cmd
cd C:\Users\%USERNAME%\Downloads\theterminalgame-0.0.1
cd C:\Users\%USERNAME%\Downloads\theterminalgame-(version)
```

(replace %USERNAME% with the current user)
(replace (version) with the version you downloaded)

Now just run python!

Expand Down

0 comments on commit 15d17a7

Please sign in to comment.