Skip to content

Commit

Permalink
Document cl for building the doc locally
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Mar 1, 2022
1 parent 540a2cc commit f76eea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f76eea8

Please sign in to comment.