diff --git a/README.md b/README.md index 5108c66..fa4a633 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ 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 -top of a shared, well-tested API layer. It only talks to the API — no CLI or -GUI code lives here. +top of a shared, well-tested API layer. It only talks to the API — no GUI +code lives here. A minimal CLI built on top of it lives in +[`cli/`](cli/README.md). ## Quickstart