Skip to content

Commit 8e255b4

Browse files
dear-oremr-c
andauthored
Update command to install graphviz (#307)
The command to install graphviz should be "sudo apt-get install graphviz" not "sudo apt get install graphviz". Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 09030ed commit 8e255b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The `dot` program from Graphviz is needed to render some of the diagrams.
106106

107107
* For Debian/Ubuntu users:
108108
```bash
109-
sudo apt get install graphviz
109+
sudo apt-get install graphviz
110110
```
111111
* For non-Debian/Ubuntu users, follow the directions at [the GraphViz download site](https://graphviz.org/download).
112112
```bash

0 commit comments

Comments
 (0)