deemphasize the terminal in Readme

[?]
Jul 2, 2022, 3:34 AM
KQWIMWJ5VRAXM7SFNWDSBZMQ6ZE3CZQTKZHVM5ZQCW4RHPTI64MQC

Dependencies

  • [2] UGYRO7TO forgot to commit documentation for the commandline arg
  • [3] ZRQ6QKLB drop stale flag from documentation
  • [4] ZTMRQZSW Readme
  • [5] D4FEFHQC flesh out Readme
  • [6] CZRMAMSB clearer discription of how to run lines.love
  • [*] FS2ITYYH record a known issue

Change contents

  • edit in README.md at line 10
    [3.33][3.33:162]()
    Like all LÖVE apps, lines.love can be invoked either from a terminal or
    by clicking on the application in a graphical desktop.
  • replacement in README.md at line 11
    [3.163][3.163:351](),[3.351][3.71:72](),[3.71][3.71:72](),[3.72][3.352:457]()
    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
    ```
    [3.163]
    [3.222]
    To run lines.love, double-click on it.
  • replacement in README.md at line 16
    [3.379][3.458:573]()
    When invoked from a terminal, you can pass in a different file to edit, either
    to the zipped or unzipped versions:
    [3.379]
    [3.504]
    To open a different file, drop it on the lines.love window.
  • replacement in README.md at line 18
    [3.505][3.505:511](),[3.511][3.574:629]()
    ```sh
    $ path/to/love path/to/lines.love path/to/file/to/edit
    [3.505]
    [3.629]
    lines.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 the
    lines.love window.