clearer discription of how to run lines.love

[?]
Jun 7, 2022, 8:58 PM
CZRMAMSBRVX26IXKHNPG6M3YSWMOZTM73X3XHAMBDSNETTFVRCUQC

Dependencies

Change contents

  • edit in README.md at line 8
    [3.71]
    [3.71]
    ## 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
  • replacement in README.md at line 20
    [3.72][2.203:222]()
    ## Selecting files
    [3.72]
    [2.222]
    $ path/to/love . # from this repo directory
    $ path/to/love path/to/lines/directory # from anywhere
    ```
  • replacement in README.md at line 27
    [2.379][2.379:504]()
    To open a different file, either pass it in as a commandline argument or drag
    and drop the file on to the lines.love window.
    [2.379]
    [2.504]
    When invoked from a terminal, you can pass in a different file to edit, either
    to the zipped or unzipped versions:
  • replacement in README.md at line 31
    [2.511][2.511:634]()
    $ love . /path/to/file # from this repo directory
    $ path/to/love path/to/lines.love path/to/file/to/edit # from anywhere
    [2.511]
    [2.634]
    $ 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
    [2.639]
    [2.639]
    On a graphical desktop you can also drag and drop a file icon on to the
    lines.love window.