Skip to content

steveej-forks/intermezzOS-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ 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.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 96.3%
  • Shell 3.7%