diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-07-01 20:34:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-07-01 20:34:13 -0700 |
commit | df5b7a8245c3c0507f95b4a9e6b28daacc83ed49 (patch) | |
tree | 73e671e3b69a2c0e49a2a586af92b94f587ace62 | |
parent | 9fd82439ec7a90eb6e42ffb90abf0cb5b90ba951 (diff) | |
download | view.love-df5b7a8245c3c0507f95b4a9e6b28daacc83ed49.tar.gz |
deemphasize the terminal in Readme
-rw-r--r-- | README.md | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/README.md b/README.md index 911f334..9d78c01 100644 --- a/README.md +++ b/README.md @@ -8,33 +8,15 @@ http://akkartik.name/lines.html ## Invocation -Like all LÖVE apps, lines.love can be invoked either from a terminal or -by clicking on the application in a graphical desktop. - -When invoked from a terminal, you can pass the love binary the path to either -the zipped lines.love or a directory containing lines.love unzipped. - -```sh -$ path/to/love path/to/lines.love - -$ path/to/love . # from this repo directory -$ path/to/love path/to/lines/directory # from anywhere -``` +To run lines.love, double-click on it. By default, lines.love reads/writes the file `lines.txt` in your default user/home directory (`https://love2d.org/wiki/love.filesystem.getUserDirectory`). -When invoked from a terminal, you can pass in a different file to edit, either -to the zipped or unzipped versions: - -```sh -$ path/to/love path/to/lines.love path/to/file/to/edit - -$ path/to/love path/to/lines/directory /path/to/file/to/edit -``` +To open a different file, drop it on the lines.love window. -On a graphical desktop you can also drag and drop a file icon on to 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 |