Skip to content

Commit

Permalink
Update documentation on adding labels
Browse files Browse the repository at this point in the history
refs #5190
  • Loading branch information
hackartisan committed Jun 29, 2022
1 parent d1592dd commit e6de442
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ bundle exec sidekiq
## Loading controlled vocabularies

To load the controlled vocabularies in `config/vocab/`:
- `rails vocab:load CSV=config/vocab/iso639-1.csv NAME="LAE Languages"`
- `rails vocab:load CSV=config/vocab/iso639-2.csv NAME="ISO-639-2 Languages"`
- `rails vocab:load CSV=config/vocab/lae_areas.csv NAME="LAE Areas"`
- `rails vocab:load CSV=config/vocab/lae_genres.csv NAME="LAE Genres" LABEL=pul_label`
- `rails vocab:load CSV=config/vocab/lae_subjects.csv NAME="LAE Subjects" CATEGORY=category LABEL=subject`
- `rake figgy:vocab:load CSV=config/vocab/iso639-1.csv NAME="LAE Languages"`
- `rake figgy:vocab:load CSV=config/vocab/iso639-2.csv NAME="ISO-639-2 Languages"`
- `rake figgy:vocab:load CSV=config/vocab/lae_areas.csv NAME="LAE Areas"`
- `rake figgy:vocab:load CSV=config/vocab/lae_genres.csv NAME="LAE Genres" LABEL=pul_label`
- `rake figgy:vocab:load CSV=config/vocab/lae_subjects.csv NAME="LAE Subjects" CATEGORY=category`

## Uploading files

Expand Down

0 comments on commit e6de442

Please sign in to comment.