diff --git a/README.md b/README.md index f52a3be..e2c4618 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ following steps: 2. Fork this repository. -3. Use the [`oasis-cli`] (minimum version 0.7.1) command to generate a new signed statement. +3. Use the [`oasis-cli`] (minimum version 0.7.1) command to generate a new + signed statement. For example: ```bash @@ -50,6 +51,10 @@ following steps: /path/to/entity-metadata.json ``` + _Note that for `--registry-dir` you must specify the path to the top-level + `metadata-registry` directory (e.g. the one containing this README file) and + not any of its subdirectories._ + This will create (or update) the registry entry. 4. Commit your changes in the `registry/` directory and create a pull request.