Skip to content

Commit

Permalink
docs: Run interactive
Browse files Browse the repository at this point in the history
Fix #91
  • Loading branch information
ddeboer committed Jun 27, 2024
1 parent 71b837b commit 2003073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ npx @netwerk-digitaal-erfgoed/ld-workbench@latest --init

Alternatively, to run the Docker image,
first create a directory to store your pipeline configurations,
then run the Docker image (mounting the `pipelines/` directory with `-v` and using `-t` for colorful console output):
then run the Docker image
(mounting the `pipelines/` directory with `-v`, using `-it` for an interactive and colorful console):

```sh
mkdir pipelines
docker run -t -v $(pwd)/pipelines:/pipelines ghcr.io/netwerk-digitaal-erfgoed/ld-workbench:latest
```


This creates an example LD Workbench pipeline in the `pipelines/configurations/example` directory
and runs that pipeline right away. The output is written to `pipelines/data`.

Expand Down

0 comments on commit 2003073

Please sign in to comment.