From 8d3bfa6ba0153d1c0a636c34a86f64fad8d30e78 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 10 Mar 2024 22:25:28 -0700 Subject: [PATCH] stop recommending the terminal Freewheeling apps have been stable for many months now. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bf2f93a..3255543 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ designed above all to be easy to run, easy to modify and easy to share. ## Getting started Install [LÖVE](https://love2d.org). It's just a 5MB download, open-source and -extremely well-behaved. I'll assume below that you can invoke it using the -`love` command, but that might vary depending on your OS. +extremely well-behaved. -Run this app from the terminal, [passing its directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games) +[Run the app using LÖVE.](https://love2d.org/wiki/Getting_Started#Running_Games) ## Hacking @@ -49,11 +48,6 @@ found anything amiss: http://akkartik.name/contact ## Known issues -* Both freewheeling apps and the driver for them currently benefit from being - launched in terminal windows rather than by being clicked on in a desktop - OS. See [the driver app](https://git.sr.ht/~akkartik/driver.love/src/branch/main/README.md) - for details. - * No support yet for Unicode graphemes spanning multiple codepoints. * No support yet for right-to-left languages.