1# Building HTMLDOC Snaps
2
3Support for building HTMLDOC as a "snap" package can be found in the "snap"
4directory.  In fact, every push to the Github repository triggers builds through
5the Snapcraft buildbot, and the resulting snaps can be installed using the
6"--edge" option, e.g.:
7
8    sudo snap install --edge htmldoc
9