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"