Browse Source

refactor(hermes): fix README run command

Reisen 1 năm trước cách đây
mục cha
commit
70c2c8ec4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/hermes/README.md

+ 1 - 1
apps/hermes/README.md

@@ -42,7 +42,7 @@ To set up and run a Hermes node, follow the steps below:
 5. **Run the node**: To run Hermes for Pythnet, use the following command:
 
    ```bash
-   cargo build --release run -- \
+   cargo run --release -- run \
      --pythnet-http-addr https://pythnet-rpc/ \
      --pythnet-ws-addr wss://pythnet-rpc/ \
      --wormhole-spy-rpc-addr https://wormhole-spy-rpc/