diff --git a/README.md b/README.md index 5116450..622a25f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A lightweight in-memory database written in Rust ### CLI Download a binary or compile it yourself using `cargo build --release --bin archive-cli` + To compile the CLI and install it globally run `cargo install --path .` ### Server @@ -20,6 +21,7 @@ The repository contains a simple `compose.yaml` #### Binary Alternatively you can run the server binary directly + Download a binary or compile it yourself using `cargo build --release --bin archive-server` #### Environment variables