Skip to content

Commit

Permalink
Merge pull request #10 from doronz88/bugfix/update-readme
Browse files Browse the repository at this point in the history
README: update usage examples
  • Loading branch information
doronz88 authored Sep 19, 2024
2 parents e6572bc + cdfe427 commit 0c96033
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,14 @@ Commands:
# List CommandLineTools
python3 -m applecatalog macos list -q | grep CLTools

# List macOS
python3 -m applecatalog macos list --macos
# List all macOS products
python3 -m applecatalog macos list

# List macOS OS installers
python3 -m applecatalog macos list --os -q

# List rosetta installers
python3 -m applecatalog rosetta list -q

# Download single component (by given PRODUCT_ID)
python3 -m applecatalog macos download PRODUCT_ID /tmp
Expand Down

0 comments on commit 0c96033

Please sign in to comment.