diff --git a/README.md b/README.md index 5058712..7729182 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set v #### List All Apps Downloaded from App Store ```bash -find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |\sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##' +mdfind kMDItemAppStoreHasReceipt=1 ``` #### Show Debug Menu