Skip to content

Commit

Permalink
docs: Run interactive (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored Jun 27, 2024
1 parent 71b837b commit a05d501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
docker run -it -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 a05d501

Please sign in to comment.