Adjust run comment

This commit is contained in:
Vojtěch Struhár 2024-09-09 21:22:56 +02:00
parent 65fab4710d
commit ea3cd76f31

2
run.sh
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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 # https://www.love2d.org/wiki/Getting_Started
open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon" open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon"