chore:add instructions to run toy-chat
This commit is contained in:
parent
a487f79179
commit
9ed9f7a19e
11
README.md
11
README.md
|
@ -16,6 +16,17 @@
|
||||||
|
|
||||||
Rust layer on top of [`go-waku`](https://github.com/waku-org/go-waku) [C FFI bindings](https://github.com/waku-org/go-waku/blob/master/library/README.md).
|
Rust layer on top of [`go-waku`](https://github.com/waku-org/go-waku) [C FFI bindings](https://github.com/waku-org/go-waku/blob/master/library/README.md).
|
||||||
|
|
||||||
|
# How to build and run the toy-chat example
|
||||||
|
|
||||||
|
1. After cloning the repo run `git submodule update --init --recursive` to init all submodules.
|
||||||
|
3. Run the command `cargo build` to build the bindings
|
||||||
|
4. To run the toy-chat example
|
||||||
|
|
||||||
|
```
|
||||||
|
cd examples/toy-chat
|
||||||
|
cargo run <name>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## About Waku
|
## About Waku
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue