From 45479bd403f4f71c4fd0995488a9d847cdb3597d Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:14:43 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f7756..4d0eb35 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ npm install ## Run ``` +chmod +x server.mjs + SPARK_MNEMONIC="bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom bottom" \ SPARK_NETWORK=MAINNET \ SPARK_SIDECAR_PORT=8765 \ SPARK_PAY_WAIT_MS=20000 \ -chmod +x server.mjs \ node server.mjs ```