Skip to content

Commit 0c96033

Browse files
authored
Merge pull request #10 from doronz88/bugfix/update-readme
README: update usage examples
2 parents e6572bc + cdfe427 commit 0c96033

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,14 @@ Commands:
4545
# List CommandLineTools
4646
python3 -m applecatalog macos list -q | grep CLTools
4747

48-
# List macOS
49-
python3 -m applecatalog macos list --macos
48+
# List all macOS products
49+
python3 -m applecatalog macos list
50+
51+
# List macOS OS installers
52+
python3 -m applecatalog macos list --os -q
53+
54+
# List rosetta installers
55+
python3 -m applecatalog rosetta list -q
5056

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

0 commit comments

Comments
 (0)