deemphasize the terminal in Readme
[?]
Jul 2, 2022, 3:34 AM
KQWIMWJ5VRAXM7SFNWDSBZMQ6ZE3CZQTKZHVM5ZQCW4RHPTI64MQCDependencies
- [2]
UGYRO7TOforgot to commit documentation for the commandline arg - [3]
ZRQ6QKLBdrop stale flag from documentation - [4]
ZTMRQZSWReadme - [5]
D4FEFHQCflesh out Readme - [6]
CZRMAMSBclearer discription of how to run lines.love - [*]
FS2ITYYHrecord a known issue
Change contents
- edit in README.md at line 10
Like all LÖVE apps, lines.love can be invoked either from a terminal orby clicking on the application in a graphical desktop. - replacement in README.md at line 11
When invoked from a terminal, you can pass the love binary the path to eitherthe 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. - replacement in README.md at line 16
When invoked from a terminal, you can pass in a different file to edit, eitherto the zipped or unzipped versions:To open a different file, drop it on the lines.love window. - replacement in README.md at line 18
```sh$ path/to/love path/to/lines.love path/to/file/to/editlines.love can also be [invoked from the terminal](https://love2d.org/wiki/Getting_Started#Running_Games),optionally with a file path to edit. - edit in README.md at line 21[3.630]→[3.630:691](∅→∅),[3.691]→[3.634:639](∅→∅),[3.634]→[3.634:639](∅→∅),[3.639]→[3.692:783](∅→∅),[2.188]→[3.783:784](∅→∅),[3.783]→[3.783:784](∅→∅)
$ path/to/love path/to/lines/directory /path/to/file/to/edit```On a graphical desktop you can also drag and drop a file icon on to thelines.love window.