From 8ca0b230d4ecaa8187083fabf44b13f48d63a715 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Thu, 27 Jun 2024 09:23:15 +0200 Subject: [PATCH] docs: Run interactive --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6861af0..82b591d 100644 --- a/README.md +++ b/README.md @@ -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`.