Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarification about update
  • Loading branch information
JJ committed Sep 3, 2019
1 parent 27490b3 commit 36a9fe7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -113,10 +113,13 @@ This should install all needed requisites. Then
make init-highlights # Install needed node modules for highlighting
documentable start -a -v --highlight # Builds cache and generates pages.

You need to do this only the first time, or (for now) when you add new files.
You need to do this only the first time to build the cache. When there's some
change in the source,

documentable update

will re-generate only affected pages.

Documentation will be generated in the `html` subdirectory. You can use it
pointing any static web server at that site, or use the development server based
on Mojolicious using
Expand Down

0 comments on commit 36a9fe7

Please sign in to comment.