update readme

This commit is contained in:
Jesse Snyder 2023-03-27 19:05:46 -06:00
parent ca5dc0e3c3
commit c7715ff9c8

View file

@ -11,5 +11,5 @@ make geth
# TODO - run beacon?
# run geth
./build/bin/geth --grpc --grpc.addr "[::1]" --grpc.port 50051
./build/bin/geth --goerli --grpc --grpc.addr "[::1]" --grpc.port 50051
```