From 7f548b8d580e06571f4ef7e0bc390d31f926cc89 Mon Sep 17 00:00:00 2001 From: Matija Martinic Date: Tue, 5 Jul 2022 21:36:57 +0200 Subject: [PATCH] Export variables in the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c221e1bc..819de61d 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ evm: Open a new terminal window and run: ```shell -PALOMA_KEYRING_PASS= -ETH_RPC_URL= -ETH_PASSWORD= -ETH_SIGNING_KEY= +export PALOMA_KEYRING_PASS= +export ETH_RPC_URL= +export ETH_PASSWORD= +export ETH_SIGNING_KEY= pigeon start ```