diff --git a/build/README.md b/build/README.md index 4988dbcab..c9233db17 100644 --- a/build/README.md +++ b/build/README.md @@ -40,8 +40,9 @@ This repo includes `build/macos/build_sign_notarize.sh` to automate: - Create a `notarytool` keychain profile (recommended) so you don’t have to pass secrets on the command line: ```bash -xcrun notarytool store-credentials \ - --keychain-profile "" \ +# NOTE: is a positional argument (not a flag). +# Pick any name you want, e.g. "strawberry-notary". +xcrun notarytool store-credentials "" \ --apple-id "" \ --team-id "" \ --password ""