w3c / vc-test-suite

Verifiable Credentials WG Test Suite
https://w3c.github.io/vc-test-suite/
BSD 3-Clause "New" or "Revised" License
68 stars 39 forks source link

Update README.md #40

Closed TallTed closed 5 years ago

TallTed commented 5 years ago

tweak markup and language to clarify instructions

TallTed commented 5 years ago

Note that several of these verbatim shell commands were already provided as such (I just wrapped them in backticks to make them look like commands); I did change some others from descriptive to literal.

I believe the only command that will have any variance across shells is the one with &&, which fish apparently doesn't handle as expected because fish is not POSIX-compliant. It appears that all other (reasonably common) shells handle && the same way, which is to abort the right-hand command if the left-hand command fails.