diff --git a/README.md b/README.md index 717ceaf42..273eeb465 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Workflows are continuously deployed to a [DNAnexus CI project](https://platform. ## Basic execution -The easiest way to get started is on a single, Docker-capable machine (your laptop, shared workstation, or virtual machine) using [miniWDL](https://github.com/chanzuckerberg/miniwdl). MiniWDL can be installed either via `pip` or `conda` (via conda-forge). After confirming that it works (`miniwdl run_self_test`, you can use [miniwdl run](https://miniwdl.readthedocs.io/en/latest/getting_started.html) to invoke WDL workflows from this repository. + + +The easiest way to get started is on a single, Python & Docker-capable machine (your laptop, shared workstation, or virtual machine) using [miniWDL](https://github.com/chanzuckerberg/miniwdl) as shown above. MiniWDL can be installed either via `pip` or `conda` (via conda-forge). After confirming that it works (`miniwdl run_self_test`, you can use [miniwdl run](https://miniwdl.readthedocs.io/en/latest/getting_started.html) to invoke WDL workflows from this repository. For example, to list the inputs for the assemble_refbased workflow: