Update README.md

This commit is contained in:
2025-09-22 17:37:44 -04:00
committed by GitHub
parent 502e288648
commit 430c89f189
+2 -2
View File
@@ -10,7 +10,7 @@ This tool examines Roblox model files and provides detailed analysis of their st
### Prerequisites ### 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 ### Setup
@@ -19,7 +19,7 @@ Clone or download this repository and ensure the main script is executable:
```bash ```bash
git clone https://github.com/filoxen/workspace-detector.git git clone https://github.com/filoxen/workspace-detector.git
cd workspace-detector cd workspace-detector
chmod +x detector.luau rokit install
``` ```
## Usage ## Usage