aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-07 12:44:22 -0400
committerGravatar BanceDev 2024-09-07 12:44:22 -0400
commit0edfb38fed1fa993d5019390683fad88d3895d21 (patch)
tree78331e7cbb7c1a0095a9b8aa4fbde4e1fd9bb57d
parentfixed bug with cursor alignment when adding text within the buffer (diff)
fixed error in install.sh instructions
Diffstat (limited to '')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 704de75..bdcfe2e 100644
--- a/install.sh
+++ b/install.sh
@@ -34,7 +34,7 @@ elif [ -f /etc/redhat-release ] || [ -f /etc/centos-release ]; then
fi
else
echo "Your linux distro is not supported currently."
- echo "You need to manually install those packages: exiftool, jq, glfw"
+ echo "You need to manually install these packages: lua and your distro's lua dev package"
fi
PREMAKE_VERSION="5.0.0-beta2"