Skip to content

Commit 6ce1903

Browse files
committed
Add link to example runner in README.md
1 parent 8a73d64 commit 6ce1903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/keeper/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ go build -tags "example" ./cmd/keeper
8585
```
8686

8787
### Ziren zkVM Implementation
88+
8889
Build for the Ziren zkVM platform, which is a MIPS ISA-based zkvm:
8990

9091
```bash
9192
GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -tags "ziren" ./cmd/keeper
9293
```
94+
95+
As an example runner, refer to https://gist.github.com/gballet/7b669a99eb3ab2b593324e3a76abd23d

0 commit comments

Comments
 (0)