Skip to content

Commit 5578d42

Browse files
authored
Update README.md
Signed-off-by: r-zig <roniz.net@gmail.com>
1 parent 28ddee3 commit 5578d42

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,16 @@ protoc --version
9191
```
9292
Should output something like: libprotoc 3.21.12
9393

94-
Note: Some components of this project might auto-generate code from .proto files during the build process. Ensure protoc is installed and accessible before building or running the project.
94+
Note: Some components of this project might auto-generate code from .proto files during the build process. Ensure protoc is installed and accessible before building or running the project.
95+
96+
### 3. Demo
97+
![Demo](assets/example-server-clients.gif)
98+
99+
### 4. Run server
100+
```bash
101+
cargo run --bin server
102+
```
103+
### 5. Run client
104+
```bash
105+
cargo run --bin chat-client -- --server-name localhost --name test-client
106+
```

0 commit comments

Comments
 (0)