Skip to content

Commit e7279e8

Browse files
drewroengoogleIan Lewis
and
Ian Lewis
authored
docs: Update README.md (#541)
Update README.md Adding an alternative option for installing slsa-verifier if you do not rely on additional tooling. The benefit of this option is improved readability. Signed-off-by: Drew Roen <[email protected]> Co-authored-by: Ian Lewis <[email protected]>
1 parent 9c3152f commit e7279e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ $ go mod tidy
154154
$ cd tooling
155155
$ grep _ tooling_test.go | cut -f2 -d '"' | xargs -n1 -t go install
156156
```
157+
Alternatively, if your project does not rely on additional tools and only uses slsa-verifier, you can instead run the following commands:
158+
```bash
159+
$ cd tooling
160+
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
161+
```
157162

158163
#### Option 2: Compile manually
159164

0 commit comments

Comments
 (0)