Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever authored Oct 8, 2023
1 parent aa3c7fb commit 895888a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@

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:

```bash
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
```

0 comments on commit 895888a

Please sign in to comment.