Skip to content

cascades-sjtu/nis7021-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nis7021-labs

Homepage for SJTU NIS7021 labs documentation

Usage

Reading Books: https://rust-lang.github.io/mdBook/guide/reading.html

Deployment

Use mdbook serve to view the book locally.

cargo install mdbook
git clone https://github.com/cascades-sjtu/nis7021-labs.git
cd nis7021-labs
mdbook serve --open

Or use mdbook-pdf to generate the PDF version of book.

cargo install mdbook-pdf
git clone https://github.com/cascades-sjtu/nis7021-labs.git
cd nis7021-labs
mdbook build
open ./book/pdf/output.pdf

Or just download the PDF from Github Release.