Update Markdown formatting

This commit is contained in:
den (work)
2025-12-04 11:55:56 -08:00
parent 3e883fa32c
commit 0049b1cdc2
6 changed files with 25 additions and 14 deletions

View File

@@ -71,13 +71,13 @@ To test your templates, commands, and other changes locally, follow these steps:
Run the following command to generate the local packages:
```
```bash
./.github/workflows/scripts/create-release-packages.sh v1.0.0
```
2. **Copy the relevant package to your test project**
```
```bash
cp -r .genreleases/sdd-copilot-package-sh/. <path-to-test-project>/
```