From b45553bcc25dc6f79058251842f9b512e6dd5909 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Tue, 24 Sep 2024 11:06:36 +0200 Subject: [PATCH] Adding small howto in the readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b9dd3f..fd3868e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # open-science-catalog-validation Validation for [open-science-catalog-metadata](https://github.com/ESA-EarthCODE/open-science-catalog-metadata) + + +## How-to + +In order to run the valdation, run the folling steps: + +```bash +npm install +``` + +```bash +npx stac-node-validator --config config.json ../../metadata/{eo-missions,products,projects,themes,variables} +``` \ No newline at end of file