From e16a58785ee1bad5b77941e5996dbd41badef48a Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Tue, 14 Apr 2026 01:07:30 -0700 Subject: [PATCH] quotes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e6c96..3f2a574 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ 2. **Open Git Bash** from the Start menu 3. **Navigate to the folder** you just created: + - You should wrap the directory in " " quotes ``` - cd C:\Games\SPT\spt_modpack + cd "C:\Games\SPT\spt_modpack" ``` 4. **Clone the modpack** (the `.` at the end is required):