diff --git a/README.md b/README.md index 824fee6..a53bd6a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ When using the Cargo feature `gmp` (see below), target platforms are limited to ## [Changelog](CHANGELOG.md) +## Building the Documentation Locally + +```bash +RUSTDOCFLAGS="--cfg docsrs --html-in-header /path/to/src/_docs/header.html" cargo doc --open +``` + +The absolute path is required for `header.html`. + ## Related Projects - [Graphest](https://github.com/unageek/graphest) - A faithful graphing calculator