From d49b330acca4178b81dc74f8b2ed568483f18e67 Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Mon, 4 Mar 2024 17:58:26 -0500 Subject: [PATCH] [44] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3931693..96e0799 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The attribute is configurable within the `plugin_specific_configuration` for the An administrator may wish to restrict indexing activities to particular resources, for example when automatically ingesting data. Should a storage resource be at the edge, that resource may not be appropriate for indexing. In order to indicate a resource is available for indexing it may be annotated with metadata: ``` -imeta add -R irods::indexing::index true +imeta add -R irods::indexing::index true ``` By default, should no resource be tagged it is assumed that all resources are available for indexing. Should the tag exist on any resource in the system, it is assumed that all available resources for indexing are tagged.