From 430c89f18920e093576769933d4d306d0771a9b7 Mon Sep 17 00:00:00 2001 From: filoxenace Date: Mon, 22 Sep 2025 17:37:44 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e51214..bca2c1d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This tool examines Roblox model files and provides detailed analysis of their st ### Prerequisites -[Install the Lune runtime](https://lune-org.github.io/docs/getting-started/1-installation/) +[Install the Lune runtime using rokit](https://lune-org.github.io/docs/getting-started/1-installation/) ### Setup @@ -19,7 +19,7 @@ Clone or download this repository and ensure the main script is executable: ```bash git clone https://github.com/filoxen/workspace-detector.git cd workspace-detector -chmod +x detector.luau +rokit install ``` ## Usage