From 7453734dbeb6faf270388c3fddf7e5b6e6adb0e8 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 12 Dec 2025 10:54:33 -0300 Subject: [PATCH] add important note --- examples/program_deployment/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/program_deployment/README.md b/examples/program_deployment/README.md index c0d74ce..1bc7ed7 100644 --- a/examples/program_deployment/README.md +++ b/examples/program_deployment/README.md @@ -50,6 +50,9 @@ For convenience, export this path: export EXAMPLE_PROGRAMS_BUILD_DIR=$(pwd)/examples/program_deployment/methods/guest/target/riscv32im-risc0-zkvm-elf/docker ``` +> [!IMPORTANT] +> **All remaining commands must be run from the `examples/program_deployment` directory.** + # 3. Hello world example The Hello world program reads an arbitrary sequence of bytes from its instruction and appends them to the data field of the input account.