From ee8cce63cf31caed1c7a0ec31e94eb943aff3748 Mon Sep 17 00:00:00 2001 From: reduxde <31926405+reduxde@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:05:23 -0700 Subject: [PATCH] Update README.md, ./install-linux-deps.sh -> ./install-deps-linux.sh Readme incorrectly names file "install-linux-deps.sh", however, file is named "install-deps-linux.sh" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece40e087636..2289d4cc5dd7 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Should invoke this script if using linux system ``` $ cd cocos2d-x -$ ./install-linux-deps.sh +$ ./install-deps-linux.sh ``` Running Tests