Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update impl guide readme
  • Loading branch information
nuke-web3 authored Oct 27, 2022
commit 8fcea052e13af9a9b6c0929dc21dc2d0f79e9715
9 changes: 8 additions & 1 deletion roadmap/implementers-guide/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# The Polkadot Parachain Host Implementers' Guide

The implementers' guide is compiled from several source files with [`mdBook`](https://github.com/rust-lang/mdBook).
To view it live, locally, from the repo root:

## Hosted build

This is avalible at https://paritytech.github.io/polkadot/book/

## Local build

To view it locally from the repo root:

Ensure graphviz is installed:
```sh
Expand Down