Remove deprecated option from instructions
Following the oras pull
instructions in the readme using the latest osx oras release results in an error:
❯ oras pull --allow-all ${artifact}
Error: unknown flag: --allow-all
See https://github.com/oras-project/oras/issues/130 for discussion about making --allow-all
true by default.
Edited by Joe Roberts