fix pathing for tutorial

This commit is contained in:
K. Hodges 2026-05-17 10:30:41 -07:00
parent eb155d37e5
commit 7c1cf29745

View File

@ -41,8 +41,10 @@ Do not run apply-mode experiments directly against the checked-in example. Copy
PowerShell: PowerShell:
```powershell ```powershell
Copy-Item -Recurse C:\Users\metis\Documents\GitHub\nightShift\examples\quickstart-lisp C:\Users\metis\Documents\tiny-lisp-model $NightShiftRepo = "C:\path\to\nightShift"
Set-Location C:\Users\metis\Documents\tiny-lisp-model $TargetProject = "$HOME\Documents\tiny-lisp-model"
Copy-Item -Recurse "$NightShiftRepo\examples\quickstart-lisp" $TargetProject
Set-Location $TargetProject
``` ```
Bash: Bash: