chore: update doc

This commit is contained in:
kaichaosun 2026-04-10 14:31:52 +08:00
parent b6a6a2b76e
commit dd304e14b3
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -23,12 +23,3 @@ cargo run --example double_ratchet_basic
cargo run --example storage_demo --features storage
cargo run --example storage_demo --features sqlcipher
```
Run Nim FFI example,
```bash
# In the root folder (libchat)
cargo build --release
# In ffi-nim-example folder
nimble run
```