From bff34dff15aa354066e7b737a1c41a11097503f8 Mon Sep 17 00:00:00 2001 From: Henning Oschwald Date: Thu, 30 Jul 2026 17:10:31 +0200 Subject: [PATCH] Update README and mention the CLI. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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