Skip to content

Commit

Permalink
Mention graphviz dependency in README.md and CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Closes #322
  • Loading branch information
moritz committed Jan 6, 2016
1 parent eb3ba23 commit fc0732b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ computer. To do this you will need:
- Rakudo (the Rakudo Perl 6 implementation)
- Panda (the installer for third party Perl 6 modules)
- `Pod::To::HTML` (Perl 6 module for converting Pod objects to HTML)
- [graphviz](http://www.graphviz.org/)
- Mojolicious (optional; a Perl 5 web framework; it allows you to run a web
app locally to display the docs)
- pygmentize (optional; a program to add syntax highlighting to code
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ To build the documentation web pages, simply run

$ make html

In addition to the Perl 6 dependencies, you need to have `graphviz` installed.

After the pages have been generated, you can view them on your local
computer by starting the included `app.pl` program:

Expand Down

0 comments on commit fc0732b

Please sign in to comment.