From 2cf83a185c3c5716e47a355506256cb6f89484ed Mon Sep 17 00:00:00 2001 From: tsukky Date: Sat, 9 Dec 2023 17:33:20 +0900 Subject: [PATCH] Update apply_patches.sh to apply_diffs.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e38923..0387448 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ use the following commands: ``` bash scripts/extract_files.sh 4.1.1 -bash scripts/apply_patches.sh +bash scripts/apply_diffs.sh make ```