mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 00:43:09 +00:00
chore: add cargo to start
This commit is contained in:
parent
6d21499477
commit
36ef22b84d
18
README.md
18
README.md
@ -4,7 +4,22 @@ Supporting library for Logos-chat.
|
||||
|
||||
## Quick Start
|
||||
|
||||
Install [just](https://github.com/casey/just) to manage tasks.
|
||||
### Using Cargo
|
||||
|
||||
```bash
|
||||
# Build
|
||||
cargo build
|
||||
|
||||
# Run tests
|
||||
cargo test
|
||||
|
||||
# Run examples
|
||||
cargo run --example double_ratchet_basic
|
||||
```
|
||||
|
||||
### Using Just
|
||||
|
||||
Install [just](https://github.com/casey/just) to manage complex tasks.
|
||||
|
||||
On MacOS, you can install it via Homebrew:
|
||||
|
||||
@ -24,4 +39,3 @@ just test
|
||||
# Run all examples
|
||||
just run-examples
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user