mirror of
https://github.com/github/spec-kit.git
synced 2026-03-17 02:43:08 +00:00
Fix version command in documentation (#1685)
Co-authored-by: Santosh Bhavani <sb@mac-mini-i7.local>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -51,7 +51,7 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Specify CLI Version
|
label: Specify CLI Version
|
||||||
description: "Run `specify --version` or `pip show spec-kit`"
|
description: "Run `specify version` or `pip show spec-kit`"
|
||||||
placeholder: "e.g., 1.3.0"
|
placeholder: "e.g., 1.3.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec
|
|||||||
### Check Your Version
|
### Check Your Version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
specify --version
|
specify version
|
||||||
# Should show 0.1.0 or higher
|
# Should show 0.1.0 or higher
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user