1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

fix: update path for cd command (#859)

This commit is contained in:
Onè 2024-07-19 14:45:43 -04:00 committed by GitHub
parent 510c011c35
commit 95cc3d5242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ cargo run --bin websocket-server
### rust client ### rust client
```sh ```sh
cd websockets/websocket cd websockets/echo
cargo run --bin websocket-client cargo run --bin websocket-client
``` ```