aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-12 18:21:18 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-13 12:58:08 +0200
commitc08e2c5ccdc47265909870d87eee357af317aea6 (patch)
treea49063ccd90f7cbd2614797f44760dcc2bdf025e
parentbec1651cbcef0f648cbc4051b4056b43cfd4bb4d (diff)
downloadzkVMs-benchmarks-c08e2c5ccdc47265909870d87eee357af317aea6.tar
zkVMs-benchmarks-c08e2c5ccdc47265909870d87eee357af317aea6.tar.gz
zkVMs-benchmarks-c08e2c5ccdc47265909870d87eee357af317aea6.zip
feat(guests/README): More specific link to zkvms README
-rw-r--r--guests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guests/README.md b/guests/README.md
index fa4a297..fd16fb7 100644
--- a/guests/README.md
+++ b/guests/README.md
@@ -80,7 +80,7 @@ These are normal Rust programs, with certain specific patterns implemented for z
1. The first, `default.env`, contains pairs of `NAME=VALUE` and line comments, similar to shell scripts.
These values set zkVM-specific options.
- Information on the possible values, their meaning and how to choose them, can be found [here](../zkvms/README.md).
+ Information on the possible values, their meaning and how to choose them, can be found [here](../zkvms/README.md#zkvm-specific-environment-variables).
However, generally, you'll only need to set ZKM's `SEG_SIZE`.
A simple example comes from `fibonacci`: