update contribute guide
This commit is contained in:
parent
781f060595
commit
92ca4c9481
|
@ -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. :)
|
||||||
|
|
Loading…
Reference in New Issue