From a12b952343bb7977afbdd53e9fbd03805249d47c Mon Sep 17 00:00:00 2001 From: smgr Date: Mon, 15 Dec 2025 15:38:26 -0800 Subject: [PATCH] update installation preferences --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0a0f40..6258491 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ files and give `symconf` something to act on. See [Configuring](docs/reference/configuring.md) for details. # Installation -The recommended way to install `symconf` is via `pipx`, which is particularly -well-suited for managing Python packages meant to be used as CLI programs. With -`uv` on your system, you can install with +The recommended way to install `symconf` is via `uv`'s "tool" subsystem, which +is well-suited for managing Python packages meant to be used as CLI programs. +With `uv` on your system, you can install with ```sh uv tool install symconf