Skip to content

Commit 07ffe71

Browse files
authored
Merge pull request #38 from aaronsteers/patch-1
Add `choco install graphviz` tip for Windows users
2 parents f4b5c6c + f35a432 commit 07ffe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Installation
55

66
It uses [Graphviz](https://www.graphviz.org/) to render the diagram, so you need to [install Graphviz](https://graphviz.gitlab.io/download/) to use **diagrams**. After installing graphviz (or already have it), install the **diagrams**.
77

8-
> macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh).
8+
> macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh). Similarly, Windows users with [Chocolatey](https://chocolatey.org) installed can run `choco install graphviz`.
99
1010
```shell
1111
# using pip (pip3)

0 commit comments

Comments
 (0)