From 895888a942d95e39920818dde6576b9f49d3f285 Mon Sep 17 00:00:00 2001 From: Brian Richter Date: Sun, 8 Oct 2023 00:03:56 -0700 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e137c3..62f1e3b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,15 @@ This repository contains a test workflow for the Terminology Engine v2. It relies on the following tools: -* @aviarytech/tev2-ingress -* @tno-terminology-design/mrgt-import -* @tno-terminology-design/mrgt -* @aviarytech/tev2-hrgt +* [@aviarytech/tev2-ingress](https://github.com/aviarytech/tev2-ingress) +* [@tno-terminology-design/mrg-import](https://github.com/tno-terminology-design/mrg-import) +* [@tno-terminology-design/mrgt](https://github.com/tno-terminology-design/mrgt) +* [@aviarytech/tev2-hrgt](https://github.com/aviarytech/tev2-hrgt) + +It does not yet incorporate + +* [@tno-terminology-design/trrt](https://github.com/tno-terminology-design/trrt) + To install dependencies: @@ -15,11 +20,9 @@ To install dependencies: bun install ``` -To run: +To run the TEv2 workflow: ```bash -bun tev2-ingress -c config.yaml -bun mrgt -s . -v latest -bun tev2-hrgt glossaries/* +bun run build ```