From dd304e14b3c3cc1da4005b3ec5820d74ffc91bb6 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 10 Apr 2026 14:31:52 +0800 Subject: [PATCH] chore: update doc --- core/double-ratchets/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/double-ratchets/README.md b/core/double-ratchets/README.md index 974deda..ad33caf 100644 --- a/core/double-ratchets/README.md +++ b/core/double-ratchets/README.md @@ -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 -```