diff --git a/README.md b/README.md index c09ed25..7d236af 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,19 @@ http://akkartik.name/lines.html ## Invocation -To run lines.love, double-click on it. +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. + +Alternatively, turn it into a .love file you can double-click on: +``` +$ zip -r /tmp/lines.love *.lua +``` By default, lines.love reads/writes the file `lines.txt` in your default user/home directory (`https://love2d.org/wiki/love.filesystem.getUserDirectory`). To open a different file, drop it on the lines.love window. -lines.love can also be [invoked from the terminal](https://love2d.org/wiki/Getting_Started#Running_Games), -optionally with a file path to edit. - ## Keyboard shortcuts While editing text: