From 945cdf517715dca1bbe99bf1cc40ff9d2836b6cc Mon Sep 17 00:00:00 2001 From: "sashakoshka@tebibyte.media" Date: Wed, 9 Oct 2024 20:35:42 -0400 Subject: [PATCH] Add note about default board being general --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa3e52c..775e332 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ re-writing chat history. ## Usage + To list available boards: ``` @@ -42,3 +43,6 @@ bulb read bulb read -b bulb read -n ``` + +Note that when not specified, the board name defaults to `general`. For this +reason, it is recommended to ensure that a board with this name exists.