Skip to content

Commit 0aca54e

Browse files
committed
Update readme files
1 parent 74a3be7 commit 0aca54e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The template is maintained as part of the [NFDI4Cat](http://www.nfdi4cat.org) in
1010

1111
## How to start?
1212

13-
Please see [README_TEMPLATE.md](/README_TEMPLATE.md#how-to-start) for help on getting started and guidance on using the template.
13+
Please start with the [Setting up a Vocabulary Project](https://nfdi4cat.github.io/voc4cat-tool/user-guide/project-setup.html) in the voc4cat-tool documentation. See also [README_TEMPLATE.md](/README_TEMPLATE.md#how-to-start) for help a compact summary and guidance on using the template.
1414

1515
*If you based your own vocabulary on this template, you will need to adjust this section.
1616
The contents in [README_TEMPLATE.md](/README_TEMPLATE.md) should give you a good start for adjusting your README.md (this file).*

README_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The justfile helps to tun (almost) the same commands as are used in the GitHub w
151151
This makes local testing of a modified vocabulary xlsx-file easier.
152152
Read the header of the justfile for more info on setting up your environment.
153153

154-
Once you have `just` installed type the command `just` at the root of the git-project to list the available commands. For version 0.10.0 of the template, it gives:
154+
Once you have `just` installed type the command `just` at the root of the git-project to list the available commands. For version 1.0.0 of the template, it gives:
155155

156156
```bash
157157
$ just
@@ -168,6 +168,7 @@ Available recipes:
168168
convert # Convert the voc4cat.xlsx file in inbox/ to turtle
169169
docs # Run voc4cat (build HTML documentation from ttl files)
170170
join # Join individual ttl files in vocabularies/ to one turtle file in outbox/
171+
prov # Add provenance information to all ttl files in vocabularies/
171172
xlsx # Rebuild the xlsx file from the joined ttl file.
172173
```
173174

0 commit comments

Comments
 (0)