Skip to content

Commit

Permalink
docs: update readme for docker instructions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manik Magar authored Apr 22, 2020
1 parent a89ccb4 commit 86d6d61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ To upgrade to the latest version:

Test running `muleflowdiagrams --version` in CLI.

=== Docker icon:docker[]
If you don't want to install `muleflowdiagrams`, you can run it via docker.

```bash
docker run -v `pwd`:/app manikmagar/muleflowdiagrams /app
```

This will generate diagrams in `pwd` or mounted directory.

=== Scoop icon:windows[]
On Windows, you can install `muleflowdiagrams` using https://scoop.sh[Scoop] - A command-line installer for Windows.

Expand Down

0 comments on commit 86d6d61

Please sign in to comment.