You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A demo of the tool is available here; note that this Github pages demo is **not
8
8
9
9
## Installation
10
10
11
-
The Data Curation Tool was created using Angular CLI version 7.
11
+
The Data Curation Tool was created using Angular CLI version 9.
12
12
In order to generate node_modules run `npm install`.
13
13
14
14
See [the Dataverse guide for more information about installing external tools](http://guides.dataverse.org/en/latest/installation/external-tools.html).
@@ -51,7 +51,7 @@ Then on your local machine that runs Dataverse execute the following command:
51
51
52
52
For Dataverse `v4.16` the corresponding manifest json files are `DataCuration_v4.16.json` and `DataCurationLocalConfigure_v4.16.json`.
53
53
54
-
For Dataverse `v4.17` the corresponding manifest json files are `DataCuration_v4.17up.json` and `DataCurationLocalConfigure_v4.17up.json`.
54
+
For Dataverse `v4.17`or above, the corresponding manifest json files are `DataCuration_v4.17up.json` and `DataCurationLocalConfigure_v4.17up.json`.
55
55
56
56
The difference between `4.16` and `4.17` is two new parameters introduced in `4.17`: `"scope"` and `"localeCode"`.
0 commit comments