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

AngelProtocolFinance/ap-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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