about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-01 20:34:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-01 20:34:13 -0700
commitdf5b7a8245c3c0507f95b4a9e6b28daacc83ed49 (patch)
tree73e671e3b69a2c0e49a2a586af92b94f587ace62
parent9fd82439ec7a90eb6e42ffb90abf0cb5b90ba951 (diff)
downloadlines.love-df5b7a8245c3c0507f95b4a9e6b28daacc83ed49.tar.gz
deemphasize the terminal in Readme
-rw-r--r--README.md26
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