clearer discription of how to run lines.love
[?]
Jun 7, 2022, 8:58 PM
CZRMAMSBRVX26IXKHNPG6M3YSWMOZTM73X3XHAMBDSNETTFVRCUQCDependencies
- [2]
D4FEFHQCflesh out Readme - [3]
E5FYDACSa likely source of issues - [4]
ZTMRQZSWReadme - [*]
FS2ITYYHrecord a known issue
Change contents
- edit in README.md at line 8
## InvocationLike all LÖVE apps, lines.love can be invoked either from a terminal orby clicking on the application in a graphical desktop.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 - replacement in README.md at line 20
## Selecting files$ path/to/love . # from this repo directory$ path/to/love path/to/lines/directory # from anywhere``` - replacement in README.md at line 27
To open a different file, either pass it in as a commandline argument or dragand drop the file on to the lines.love window.When invoked from a terminal, you can pass in a different file to edit, eitherto the zipped or unzipped versions: - replacement in README.md at line 31
$ love . /path/to/file # from this repo directory$ path/to/love path/to/lines.love path/to/file/to/edit # from anywhere$ path/to/love path/to/lines.love path/to/file/to/edit$ path/to/love path/to/lines/directory /path/to/file/to/edit - edit in README.md at line 36
On a graphical desktop you can also drag and drop a file icon on to thelines.love window.