diff options
| author | 2024-09-07 12:44:22 -0400 | |
|---|---|---|
| committer | 2024-09-07 12:44:22 -0400 | |
| commit | 0edfb38fed1fa993d5019390683fad88d3895d21 (patch) | |
| tree | 78331e7cbb7c1a0095a9b8aa4fbde4e1fd9bb57d | |
| parent | fixed bug with cursor alignment when adding text within the buffer (diff) | |
fixed error in install.sh instructions
Diffstat (limited to '')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
