mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
doc: update readme
This commit is contained in:
parent
35274b6ec4
commit
1dca74724a
13
README.md
13
README.md
@ -9,17 +9,20 @@ This POC introduces the following Conversation Types:
|
||||
|
||||
Messages are delivered over Waku
|
||||
|
||||
See [nim_chat_poc](./src/nim_chat_poc.nim) for a client side usage example.
|
||||
See [EchoBot](./examples/bot_echo.nim) for a minimal client side usage example.
|
||||
|
||||
|
||||
## Quick Start
|
||||
|
||||
```
|
||||
# Build Dependencies and link libraries
|
||||
nimble initialize
|
||||
make update
|
||||
|
||||
# Run the default binary
|
||||
nimble run
|
||||
# Build executables
|
||||
make all
|
||||
|
||||
# Run the Text Interface
|
||||
./build/tui
|
||||
```
|
||||
|
||||
## Details
|
||||
@ -66,8 +69,6 @@ sequenceDiagram
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
## Limitations
|
||||
|
||||
1. `.proto` files are included in this repo due to complications in importing nested packages using `?subdir=`. Once resolved there will be a single definition of protocol types.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user