Skip to content

Commit acd9258

Browse files
Fix install commands: remove line continuation backslashes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d3888fe commit acd9258

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ The Spec Reference Loader extension parses the `## References` section of the cu
1414

1515
```bash
1616
# From release
17-
specify extension add spec-reference-loader --from \
18-
https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/tags/v1.0.0.zip
17+
specify extension add spec-reference-loader --from https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/tags/v1.0.0.zip
1918

2019
# From main branch
21-
specify extension add spec-reference-loader --from \
22-
https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/heads/main.zip
20+
specify extension add spec-reference-loader --from https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/heads/main.zip
2321

2422
# Development mode (local clone)
2523
specify extension add --dev /path/to/spec-kit-spec-reference-loader

0 commit comments

Comments
 (0)