From 93ee54ec3476206bdfa057c8dac1598a1691a82c Mon Sep 17 00:00:00 2001 From: iMoeNya Date: Fri, 22 Sep 2023 20:11:29 +0800 Subject: [PATCH] Update INSTALL.md: Fix script Fix the script that makes use of the compiled librime binary. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 48b60c427..5ed4775eb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -47,7 +47,7 @@ You have the option to skip the following two sections - building Boost and librime, by downloading the latest librime binary from GitHub releases. ``` sh -bash ./travis-install.sh +bash ./action-install.sh ``` When this is done, you may move on to [Build Squirrel](#build-squirrel).