Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
explain make html and run
  • Loading branch information
stmuk committed Oct 21, 2015
1 parent d06a5f4 commit 11172ad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,24 @@ to see the documentation for method `split` in class `Str`.

--------

## Building the HTML documentation

To build the documentation web pages, simply run

$ make html

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

$ make run

You can then view the examples documentation by pointing your web browser at
http://localhost:3000.

You will need at least Mojolicious installed.

--------

## Help Wanted!

Perl 6 is not a small language, and documenting it takes a lot of effort.
Expand Down

0 comments on commit 11172ad

Please sign in to comment.