w3c / vc-test-suite

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

README.nd and config.json.example differ as to sequence of install operations #132

Open marnanel opened 10 months ago

marnanel commented 10 months ago

README.nd says

### Running the Test Suite

1. `npm install`
2. `cp config.json.example config.json`
3. Modify `config.json` for your run (be sure to remove all comments)

config.json.example says /**

I don't think it makes a difference, but it's inconsistent.