فهرست منبع

refactor(hermes): fix README run command

Reisen 1 سال پیش
والد
کامیت
70c2c8ec4b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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/