Ver Fonte

fix: path (#1783)

Aoi Kurokawa há 1 ano atrás
pai
commit
b90ee2e8e8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/hermes/server/README.md

+ 1 - 1
apps/hermes/server/README.md

@@ -35,7 +35,7 @@ To set up and run a Hermes node, follow the steps below:
    ```
 4. **Build the project**: Navigate to the project directory and run the following command to build the project:
    ```bash
-   cd apps/hermes
+   cd apps/hermes/server
    cargo build --release
    ```
    This will create a binary in the target/release directory.