From 853f4baad40201c0746bf4702cf230f4c5258c97 Mon Sep 17 00:00:00 2001 From: Safi Date: Thu, 7 May 2026 16:37:35 +0100 Subject: [PATCH] add PowerShell usage note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85ab0b9d..4ac683c7 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ uv tool install graphifyy && graphify install > **Official package:** The PyPI package is `graphifyy` (double-y). Other `graphify*` packages on PyPI are not affiliated. The CLI command is still `graphify`. +> **PowerShell note:** Use `graphify .` not `/graphify .` — the leading slash is a path separator in PowerShell and will cause a "not recognized" error. + > **`graphify: command not found`?** Use `uv tool install graphifyy` or `pipx install graphifyy` — both put the CLI on PATH automatically. With plain `pip`, add `~/.local/bin` (Linux) or `~/Library/Python/3.x/bin` (Mac) to your PATH, or run `python -m graphify`. ### Pick your platform