From 43e060ee031f110d003139ca91c35e223e4463bb Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 02:35:39 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25fa00a..0d8dd1e 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ uv pip compile pyproject.toml -o requirements.txt --group dev ### Bundling, Releases, Deployment and Cleanup -Bundling with [PyInstaller](https://pyinstaller.org/en/stable/index.html) can be done by +Bundling the CLI command with [PyInstaller](https://pyinstaller.org/en/stable/index.html) can be done by ```bash -uv run pyinstaller --clean -F src/cmd.py --name smithycmd +uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py ``` (or `just compile`) which will output an executable `smithycmd` for the CLI in `dist/`, which can be uploaded