updated readme

This commit is contained in:
Cassandra Heart 2024-01-03 01:55:00 -06:00
parent 0c7dc38ac1
commit 8899ccd864
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -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