Skip to content

Commit c736f5c

Browse files
iancandersongeekq
authored andcommitted
Update graphviz installation instructions for Mac
graphviz is no longer a cask, it was moved to homebrew core: https://formulae.brew.sh/formula/graphviz
1 parent ace6a11 commit c736f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Support, Participation
522522
### Development Setup
523523

524524
sudo apt-get install graphviz # Linux
525-
brew cask install graphviz # Mac OS
525+
brew install graphviz # Mac OS
526526
cd workflow
527527
gem install bundler
528528
bundle install

0 commit comments

Comments
 (0)