Skip to content

Commit

Permalink
Show uvx command for running v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent 596385d commit dd15abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Folder styles from OS X / macOS 10 are no longer supported by `folderify` as of
To generate these, please use `folderify` v2. For example:

```shell
# Using `uvx`: https://docs.astral.sh/uv/guides/tools/
uvx --from folderify folderify-v2

# Using `pip`
pip3 install folderify
python3 -m folderify --macOS 10.5 path/to/icon.png
```
Expand Down

0 comments on commit dd15abc

Please sign in to comment.