Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 457 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 457 Bytes

Job Unicorn Documentation

Getting Started

Clone the repository

git clone git@github.com:Job-Unicorn/docs.git

or if you are using http instead of ssh:

git clone https://github.com/Job-Unicorn/docs.git

Install dependencies

Install Rust from here Rustup.

Install mdbook

cargo install mdbook

Build the documentation

mdbook build

Open the documentation

mdbook serve