Skip to content

zkcream/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREAM docs

github pages

Setup

This documentation is written in mdbook format.

Requirement

mdBook version has to be version 0.4.5 or later due to cross site scripting vulnerability. See official report from rust website.

cargo install mdbook

If you already installed mdBook version <= 0.4.4, you need to upgrate to version 0.4.5 or later with following command.

cargo install mdbook --version 0.4.5 --force

Build

mdbook build

Contributions

Contributions are highly appreciated and encouraged. Don't hesitate to participate to discussions in the issues, propose new features and ask for help.

License

All the code in this repository is released under the GNU General Public License v3.0, for more information take a look at the LICENSE file.