Skip to content

Commit

Permalink
Merge pull request #38 from aaronsteers/patch-1
Browse files Browse the repository at this point in the history
Add `choco install graphviz` tip for Windows users
  • Loading branch information
mingrammer authored Feb 25, 2020
2 parents f4b5c6c + f35a432 commit 07ffe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Installation

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**.

> macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh).
> 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`.
```shell
# using pip (pip3)
Expand Down

0 comments on commit 07ffe71

Please sign in to comment.