update contribute guide

This commit is contained in:
李婷婷 2020-06-19 21:55:11 +08:00
parent 781f060595
commit 92ca4c9481
1 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,6 @@
Follow these steps to contribute to this book! Follow these steps to contribute to this book!
We use an utility tool called mdBook to create online books from Markdown files. We use an utility tool called mdBook to create online books from Markdown files.
## Before You Start ## Before You Start
@ -18,7 +17,13 @@ We use an utility tool called mdBook to create online books from Markdown files.
## Build and Deploy ## Build and Deploy
1. `mdbook build` The first step is to submit a pull request to the [devel branch](https://github.com/status-im/nim-beacon-chain/tree/devel).
2. `make publish-book` Then, after it is merged, do the following under our main repository:
1. `cd nim-beacon-chain`
2. `git checkout devel`
3. `git pull`
4. `make update` (This is to update the submodules to the latest version)
5. `make publish-book`
Thank you so much for your help to the decentralized and open source community. :) Thank you so much for your help to the decentralized and open source community. :)