Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
a5bbe0d0
Commit
a5bbe0d0
authored
3 years ago
by
jmole
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Suggest installing graphviz before book building (#4565)
parent
78c3284c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/roadmap/implementers-guide/README.md
+8
-0
8 additions, 0 deletions
polkadot/roadmap/implementers-guide/README.md
with
8 additions
and
0 deletions
polkadot/roadmap/implementers-guide/README.md
+
8
−
0
View file @
a5bbe0d0
...
...
@@ -3,6 +3,14 @@
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:
Ensure graphviz is installed:
```
sh
brew
install
graphviz
# for macOS
sudo
apt-get
install
graphviz
# for Ubuntu/Debian
```
Then install and build the book:
```
sh
cargo
install
mdbook mdbook-linkcheck mdbook-graphviz
mdbook serve roadmap/implementers-guide
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment