Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 492 Bytes

MirageOS operator handbook

Live at https://mirage.github.io/operator-handbook.

This book use mdbook and mdbook-graphviz. You can install them via rustup and cargo:

$ rustup install stable
$ cargo install mdbook
$ cargo install mdbook-graphviz
$ export PATH=$PATH:$HOME/.cargo/bin
$ git clone https://github.com/mirage/operator-handbook
$ cd operator-handbook
$ mdbook serve

You can see the book on http://localhost:3000