From 8899ccd86410d01f678d66aeb589900869c8f70c Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Wed, 3 Jan 2024 01:55:00 -0600 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9906c2d..c4f1ab5 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ All commands are to be run in the `node/` folder. If you have a voucher from the offline ceremony, first run: - go run ./... -import-priv-key `cat /path/to/voucher.hex` + GOEXPERIMENT=arenas go run ./... -import-priv-key `cat /path/to/voucher.hex` If you do not, or have already run the above, run: - go run ./... + GOEXPERIMENT=arenas go run ./... ## EXPERIMENTAL – gRPC/REST Support