mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 10:19:02 -06:00
Updated the README with instructions for running the trunk release.
This commit is contained in:
parent
321de8564c
commit
2ba957f65a
23
README.md
23
README.md
@ -21,7 +21,28 @@ For the time being, the file `cambridge.love` only works on the command line. In
|
||||
|
||||
### Linux
|
||||
|
||||
Same as macOS, except use your favourite package manager.
|
||||
Same as macOS, except install `love` with your favourite package manager.
|
||||
|
||||
|
||||
Running from source
|
||||
-------------------
|
||||
|
||||
If you want the bleeding-edge release, you can also clone the code straight from this repository.
|
||||
|
||||
### macOS, Linux
|
||||
|
||||
If you haven't already, install `love` with your favourite package manager (Homebrew on macOS, your system's default on Linux). **Make sure you're using LÖVE 11, because it won't work with earlier versions!**
|
||||
|
||||
Clone the repository in git:
|
||||
|
||||
git clone https://github.com/joezeng/cambridge
|
||||
|
||||
Then, navigate to the root directory that you just cloned, and type:
|
||||
|
||||
love .
|
||||
|
||||
It should run automatically!
|
||||
|
||||
|
||||
License
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user