Skip to content

Commit 9923ff6

Browse files
docs: sanitize local path references
1 parent 00df558 commit 9923ff6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Julia operator surface for treasury liquidity coverage, settlement buffers, fund
2020
## Local development
2121

2222
```powershell
23-
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/run_demo.jl
24-
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/generate_site.jl
23+
julia --project=. scripts/run_demo.jl
24+
julia --project=. scripts/generate_site.jl
2525
```
2626

2727
## Validation
2828

2929
```powershell
30-
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. -e "using Pkg; Pkg.test()"
31-
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/smoke_check.jl
30+
julia --project=. -e "using Pkg; Pkg.test()"
31+
julia --project=. scripts/smoke_check.jl
3232
```
3333

3434
## Why this matters

0 commit comments

Comments
 (0)