Update README to fork

pull/1/head
Ishaan Bhardwaj 2020-09-24 22:23:05 -04:00 committed by GitHub
parent 1254de15d5
commit 593cad0e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ Cambridge
Welcome to Cambridge, the next open-source falling-block game engine!
This fork is written and maintained exclusively by [SashLilac](https://github.com/SashLilac)!
Installation instructions
-------------------------
@ -15,7 +17,7 @@ Unzip the exe file and run it directly. All assets are currently bundled inside
### macOS
For the time being, the file `cambridge.love` only works on the command line. Install `love` with [https://brew.sh/](Homebrew), and run:
For the time being, the file `cambridge.love` only works on the command line. Install `love` with [Homebrew](https://brew.sh), and run:
$ love cambridge.love
@ -35,7 +37,7 @@ If you haven't already, install `love` with your favourite package manager (Home
Clone the repository in git:
git clone https://github.com/joezeng/cambridge
git clone https://github.com/SashLilac/cambridge
Then, navigate to the root directory that you just cloned, and type: