Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
1. Install a reviewed, immutable release tag in the project you want to configure:

```bash
pi install -l git:github.com/egdev6/github-repository-bootstrap@v1.0.0
pi install -l git:github.com/egdev6/github-repository-bootstrap@v1.1.0
```

2. In Pi, ask for the repository outcome—not a blind mutation. For example:
Expand Down Expand Up @@ -94,7 +94,7 @@ A changed manifest, target, discovered state, or managed-file hash produces a di
### Install from a release tag

```bash
pi install -l git:github.com/egdev6/github-repository-bootstrap@v1.0.0
pi install -l git:github.com/egdev6/github-repository-bootstrap@v1.1.0
```

Before installing, review the release source and the [skill instructions][skill]. The package is a Pi package: `package.json` exposes the skill through `pi.skills`.
Expand Down
Loading