From d7bf00da02037bd38cdbf933a4fa3d5b9503f4bc Mon Sep 17 00:00:00 2001 From: Edward Donner Date: Sun, 26 Oct 2025 19:27:04 -0400 Subject: [PATCH] Updated setup instructions --- setup/SETUP-new.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/SETUP-new.md b/setup/SETUP-new.md index a3bf71a..151bd9f 100644 --- a/setup/SETUP-new.md +++ b/setup/SETUP-new.md @@ -54,7 +54,9 @@ ___ 3. **Do a git clone:** -Enter this in the command prompt in the Projects folder: +Enter the clone command below in the command prompt in the `projects` folder. If this gives you an error about long filenames, please do #3 in the "gotchas" section at the top, and then restart your computer, and you might also need to run this: `git config --system core.longpaths true` + +Here's the clone command: `git clone https://github.com/ed-donner/llm_engineering.git`