Skip to content

Commit d44ba89

Browse files
authored
Pin README install commands to v0.2.0 (#5)
1 parent 2ba1eb6 commit d44ba89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ An open-source Go module and verification CLI. Four operations:
3737
## Quick Start
3838

3939
```bash
40-
go install github.com/Clyra-AI/proof/cmd/proof@latest
40+
go install github.com/Clyra-AI/proof/cmd/proof@v0.2.0
4141

4242
proof types list # 15 built-in record types
4343
proof frameworks list # 8 compliance framework definitions
@@ -315,7 +315,7 @@ CI pipelines: main, PR, determinism (cross-platform), CodeQL, nightly (hardening
315315

316316
```bash
317317
# From source
318-
go install github.com/Clyra-AI/proof/cmd/proof@latest
318+
go install github.com/Clyra-AI/proof/cmd/proof@v0.2.0
319319

320320
# From release (after a tagged release is published)
321321
gh release download vX.Y.Z -R Clyra-AI/proof -D /tmp/proof-release
@@ -325,7 +325,7 @@ cd /tmp/proof-release && sha256sum -c checksums.txt
325325
Go module:
326326

327327
```bash
328-
go get github.com/Clyra-AI/proof
328+
go get github.com/Clyra-AI/proof@v0.2.0
329329
```
330330

331331
## License

0 commit comments

Comments
 (0)