doc: update readme

This commit is contained in:
Jazz Turner-Baggs 2025-09-26 19:09:19 -07:00 committed by GitHub
parent 35274b6ec4
commit 1dca74724a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,17 +9,20 @@ This POC introduces the following Conversation Types:
Messages are delivered over Waku 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 ## Quick Start
``` ```
# Build Dependencies and link libraries # Build Dependencies and link libraries
nimble initialize make update
# Run the default binary # Build executables
nimble run make all
# Run the Text Interface
./build/tui
``` ```
## Details ## Details
@ -66,8 +69,6 @@ sequenceDiagram
``` ```
## Limitations ## 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. 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.