mirror of
https://github.com/khodges42/nightShift.git
synced 2026-06-14 18:18:36 +00:00
fix pathing for tutorial
This commit is contained in:
parent
eb155d37e5
commit
7c1cf29745
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user