Skip to content

Commit b90ee2e

Browse files
authored
fix: path (#1783)
1 parent d594370 commit b90ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hermes/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To set up and run a Hermes node, follow the steps below:
3535
```
3636
4. **Build the project**: Navigate to the project directory and run the following command to build the project:
3737
```bash
38-
cd apps/hermes
38+
cd apps/hermes/server
3939
cargo build --release
4040
```
4141
This will create a binary in the target/release directory.

0 commit comments

Comments
 (0)