diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-24 19:06:59 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-24 19:06:59 -0800 |
commit | b53322b3d5759fa42854789aff69be5db9e12d4b (patch) | |
tree | 79286afae5988a3212c3a0a2251427b2c2cad237 | |
parent | 650cf954bc82321eb60557b9dcea7f3c07f3dede (diff) | |
parent | fe7d6c160fb214d92b84984702ff51de83b86d7f (diff) | |
download | view.love-b53322b3d5759fa42854789aff69be5db9e12d4b.tar.gz |
Merge text.love
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index d41839b..5ab71a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ forks. Designed above all to be easy to modify and give you early warning if your modifications break something. -## Invocation +## Getting started + +Install [LÖVE](https://love2d.org). It's just a 5MB download, open-source and +extremely well-behaved. I'll assume below that you can invoke it using the +`love` command, but that might vary depending on your OS. To run from the terminal, [pass this directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games), optionally with a file path to edit. |