From ce398e9a09ed4b459e6a39ab07ce87d6a48bfae9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 6 Feb 2026 17:49:41 +0000 Subject: [PATCH] add snapshot example to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e5de0d..be87984 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,11 @@ xair-cli raw /ch/01/config/name 'rode podmic' xair-cli raw /ch/01/config/name ``` +*Save current mixer state to a snapshot* +```console +xair-cli snapshot 20 save 'twitch live' +``` + ### License