Skip to content

Commit 38231db

Browse files
authored
sh setup syntax
1 parent f83740e commit 38231db

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.adoc

+9-7
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,15 @@ Support, Participation
548548

549549
### Development Setup
550550

551-
sudo apt-get install graphviz # Linux
552-
brew cask install graphviz # Mac OS
553-
cd workflow
554-
gem install bundler
555-
bundle install
556-
# run all the tests
557-
bundle exec rake test
551+
```sh
552+
sudo apt-get install graphviz # Linux
553+
brew cask install graphviz # Mac OS
554+
cd workflow
555+
gem install bundler
556+
bundle install
557+
# run all the tests
558+
bundle exec rake test
559+
```
558560

559561
### Other 3rd party libraries
560562

0 commit comments

Comments
 (0)