From 645837e87ee012a7147ac83fc67a6c7cbc0c8775 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 27 Apr 2025 14:09:51 +0100 Subject: [PATCH] upd install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9701627..d5d73e7 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) ##### *with uv* ```console -uv tool install . +uv tool install obsws-cli ``` ##### *with pipx* ```console -pipx install . +pipx install obsws-cli ``` The CLI should now be discoverable as `obsws-cli`