From f2e31f91334d82e78b87130fc4ef71a19a2c5c68 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Thu, 7 Dec 2023 10:19:36 +0100 Subject: [PATCH] README: Clarify registry directory location --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.