From ea3cd76f3178d7464a1906d1f6470e3e96c1466f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojte=CC=8Cch=20Struha=CC=81r?= Date: Mon, 9 Sep 2024 21:22:56 +0200 Subject: [PATCH] Adjust run comment --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6156cdc..9ec3c33 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# `love` here is the Love2D executable (installed with homebrew, so it's linked) +# `love` here is the Love2D executable (installed with homebrew, so it's in path) # https://www.love2d.org/wiki/Getting_Started open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon"