From a66b1efeae51b8c19472924e680f887bfa57dc78 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 02:33:02 -0700 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f22a9be..25fa00a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Bundling with [PyInstaller](https://pyinstaller.org/en/stable/index.html) can be ```bash uv run pyinstaller --clean -F src/cmd.py --name smithycmd ``` +(or `just compile`) which will output an executable `smithycmd` for the CLI in `dist/`, which can be uploaded to the latest [GitHub Releases Page](https://github.com/tgorordo/smithy/releases).