README.md better line breaks

This commit is contained in:
2025-06-17 23:28:51 +02:00
parent e05a9d3d11
commit 0b0449e995

View File

@@ -9,6 +9,7 @@ A lightweight in-memory database written in Rust
### CLI ### CLI
Download a binary or compile it yourself using `cargo build --release --bin archive-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 .` To compile the CLI and install it globally run `cargo install --path .`
### Server ### Server
@@ -20,6 +21,7 @@ The repository contains a simple `compose.yaml`
#### Binary #### Binary
Alternatively you can run the server binary directly Alternatively you can run the server binary directly
Download a binary or compile it yourself using `cargo build --release --bin archive-server` Download a binary or compile it yourself using `cargo build --release --bin archive-server`
#### Environment variables #### Environment variables