Add note about default board being general

This commit is contained in:
Sasha Koshka 2024-10-09 20:35:42 -04:00
parent 27e9785a91
commit 945cdf5177

View File

@ -22,6 +22,7 @@ re-writing chat history.
## Usage
To list available boards:
```
@ -42,3 +43,6 @@ bulb read
bulb read -b <board-name>
bulb read -n <message-count>
```
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.