From 72e1063defc71295b9be382be52254e45e2ac716 Mon Sep 17 00:00:00 2001 From: as Date: Fri, 27 Sep 2024 18:55:37 +0800 Subject: [PATCH] doc: refine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45140a8..7bb517a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Prototyping... - Open game folder, and make sure every command executes at the root of the game folder. - Open a terminal/cmd/powershell window in game folder by `Shift + Mouse Right Click` -> `Open in Terminal`. - If `rvunpacker.exe` is untrusted, you may need to download Ruby DevKit then run with - ```ruby + ```shell ruby rvdata2-unpacker/rvunpacker.rb decode . ``` - See [README.md](rvdata2-unpacker/README.md) for more details.