Update README

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:33:02 -07:00 committed by GitHub
parent ee89a7bf11
commit a66b1efeae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).