• This repository has been archived on 07/Apr/2020
  • Stars
    star
    361
  • Rank 114,108 (Top 3 %)
  • Language
    CSS
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The main docs for intermezzOS

intermezzOS: The Book

Prerequisites

This project is built using Rust, so you'll need to install Rust in order to build the book.

rustup is the recommended way to install Rust.

You also can download Rust here.

Up and Running

$ git clone [email protected]:intermezzOS/book.git intermezzOS/book
$ cd intermezzOS/book
$ cargo install mdbook

Then, inside the first-edition or second-edition directories, run this:

$ mdbook build

The mdbook crate builds from markdown files in /src, creating html files in a /book directory.

Open index.html in your browser to view the built book.