diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-09-08 22:37:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-09-08 22:37:42 -0700 |
commit | b4bcb85f7f1d5ba059afea93f26bc91ff97e3508 (patch) | |
tree | 11fae279416468712605a59de57df7674aae02d9 /README.md | |
parent | 9448f9b04e20c86bf15efa6a0bf4c0d91d2f9788 (diff) | |
download | view.love-b4bcb85f7f1d5ba059afea93f26bc91ff97e3508.tar.gz |
streamline Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 9255953..154cef7 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ http://akkartik.name/lines.html ## 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. |