aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-17 16:46:24 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-18 14:26:14 +0200
commitd815a08151cca7ef4e26a06156c165887a8c70e5 (patch)
treea8c479d164f46b64ae91c370e1ca77fcccbd0393
parent0e0404c856c07a6b3b6d957e5a27d9af380682e6 (diff)
downloadzkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.tar
zkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.tar.gz
zkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.zip
docs(guests/README): Remove requirement for package name to be the same as dir name
-rw-r--r--guests/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guests/README.md b/guests/README.md
index fd16fb7..1bbb176 100644
--- a/guests/README.md
+++ b/guests/README.md
@@ -11,8 +11,6 @@ These are normal Rust programs, with certain specific patterns implemented for z
1. **Copy the project to this directory.**
- Make sure the directory name is the **same** as the package name (inside your `Cargo.toml`)!
-
If you refer to local path dependencies, which you want to include with the project, move them inside the `guest/YOUR_PROJECT/` directory!
Everything directly inside `guests` is expected to be a crate, setup to be ran by the zkVMs.