diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-09-08 22:52:27 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-09-08 22:52:27 -0700 |
commit | c4019777bbb2f302799fd46fa808bd6d6126d6cc (patch) | |
tree | 4277fb7b0e2580b89d184ecdfdfb875a5c442256 | |
parent | 12c15d23658993056d104ca7581d6c0db6b8c3c3 (diff) | |
parent | e58d83b95075189faca41ecd6ad15d5bbe344bd4 (diff) | |
download | view.love-c4019777bbb2f302799fd46fa808bd6d6126d6cc.tar.gz |
Merge text.love
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 8a4f405..bb4ab40 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ modifications break something. ## 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. +extremely well-behaved. 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. |