Update README and mention the CLI.

This commit is contained in:
2026-07-30 17:10:31 +02:00
parent 844d2e716f
commit bff34dff15
+3 -2
View File
@@ -3,8 +3,9 @@
An async Rust client library for the [Outline](https://www.getoutline.com) knowledge base API. An async Rust client library for the [Outline](https://www.getoutline.com) knowledge base API.
This crate is the foundation for building Outline clients (CLI, GUI, ...) on This crate is the foundation for building Outline clients (CLI, GUI, ...) on
top of a shared, well-tested API layer. It only talks to the API — no CLI or top of a shared, well-tested API layer. It only talks to the API — no GUI
GUI code lives here. code lives here. A minimal CLI built on top of it lives in
[`cli/`](cli/README.md).
## Quickstart ## Quickstart