Skip to content

Commit 692a62b

Browse files
committed
src/main/java: update curation tasks README.md
Add eperson ID to curation invocation. DSpace 7 requires this.
1 parent d4ca920 commit 692a62b

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/github/ilri/cgspace/ctasks

1 file changed

+1
-1
lines changed

src/main/java/io/github/ilri/cgspace/ctasks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ countrycodetagger.iso3166-alpha2.field = cg.coverage.iso3166-alpha2
6262
Once the jar is installed and you have added appropriate configuration in `~/dspace/config/modules`:
6363

6464
```
65-
$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -s object
65+
$ ~/dspace/bin/dspace curate -e [email protected] -t countrycodetagger -i 10568/3 -r - -s object
6666
```
6767

6868
*Note*: it is very important to set the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items.

0 commit comments

Comments
 (0)