Fixed macOS and Linux locations

pull/4/head
Ishaan Bhardwaj 2021-04-15 21:10:58 -04:00 committed by GitHub
parent 3fa0fb4151
commit ec534b2f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ Once done, extract the `tetris` and `res` folder into one of these directories,
* If you're running the game through a .exe, extract them into `%APPDATA%\cambridge\`.
* If you're running the game through a .love on Windows, extract them into `%APPDATA%\LOVE\cambridge\`.
* If you're running the game on Mac, extract them into `/Users/user/Library/Application Support/LOVE/`.
* If you're running the game on Linux, extract them into `~/.local/share/love/`.
* If you're running the game on Mac, extract them into `/Users/user/Library/Application Support/LOVE/cambridge/`.
* If you're running the game on Linux, extract them into `~/.local/share/love/cambridge/`.
* If you're running the game from the source code, extract them into the folder you installed Cambridge to.
Also, we have a `skins` folder. Click it to read instructions.