From ec534b2f8df6ab31321b9aed37386913758ae70f Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj <59454579+SashLilac@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:10:58 -0400 Subject: [PATCH] Fixed macOS and Linux locations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd6554a..0c17fca 100644 --- a/README.md +++ b/README.md @@ -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.