Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 338 Bytes

Documentation for Angel Protocol

Getting Started

  1. Install Rust (if you do not already have it)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install mdBook with Cargo
cargo install mdbook
  1. Change to this repo folder and start a local mdBook server
mdbook serve --open