Skip to content

Commit

Permalink
abbreviate command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jan 13, 2021
1 parent 8e084c1 commit 63b0f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runner_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ echo 'version 1.0
}
}' > /tmp/wdl/hello.wdl
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/wdl:/tmp/wdl continuumio/miniconda3 \
bash -c 'conda config --add channels conda-forge && conda install -y miniwdl &&
bash -c 'conda install -c conda-forge -y miniwdl &&
miniwdl run /tmp/wdl/hello.wdl who=/tmp/wdl/alice --dir /tmp/wdl'
```

Expand Down

0 comments on commit 63b0f48

Please sign in to comment.