Update project name
This commit is contained in:
@@ -33,7 +33,7 @@ Spec-Driven Development **flips the script** on traditional software development
|
|||||||
Initialize your project depending on the coding agent you're using:
|
Initialize your project depending on the coding agent you're using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uvx --from git+https://github.com/localden/sdd.git specify init <PROJECT_NAME>
|
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME>
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Create the spec
|
### 2. Create the spec
|
||||||
|
|||||||
@@ -389,8 +389,8 @@ def download_template_from_github(ai_assistant: str, download_dir: Path, *, verb
|
|||||||
"""Download the latest template release from GitHub using HTTP requests.
|
"""Download the latest template release from GitHub using HTTP requests.
|
||||||
Returns (zip_path, metadata_dict)
|
Returns (zip_path, metadata_dict)
|
||||||
"""
|
"""
|
||||||
repo_owner = "localden"
|
repo_owner = "github"
|
||||||
repo_name = "sdd"
|
repo_name = "spec-kit"
|
||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
console.print("[cyan]Fetching latest release information...[/cyan]")
|
console.print("[cyan]Fetching latest release information...[/cyan]")
|
||||||
|
|||||||
Reference in New Issue
Block a user