diff options
author | David Robillard <d@drobilla.net> | 2020-03-14 11:55:06 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-14 11:55:06 +0100 |
commit | 64f42380cb1b6e5dfee2a207ce87c417fec0d3f7 (patch) | |
tree | 7d317057df9cc04eba648416076dfb4a94e946c4 | |
parent | aee15a9884ff518810834ccfdbe7193763cb1277 (diff) | |
download | pugl-64f42380cb1b6e5dfee2a207ce87c417fec0d3f7.tar.gz pugl-64f42380cb1b6e5dfee2a207ce87c417fec0d3f7.tar.bz2 pugl-64f42380cb1b6e5dfee2a207ce87c417fec0d3f7.zip |
Add note about building local documentation to README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -101,6 +101,8 @@ any of these programs do not work as expected on your system. Documentation ------------- - * [API reference](https://lv2.gitlab.io/pugl/) +The [API reference](https://lv2.gitlab.io/pugl/) for the latest master is +available online, and can also be built from the source code by configuring +with `--docs`. -- David Robillard <d@drobilla.net> |