update contribute guide
This commit is contained in:
parent
781f060595
commit
92ca4c9481
|
@ -1,7 +1,6 @@
|
|||
# Contribute
|
||||
|
||||
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.
|
||||
|
||||
|
@ -18,7 +17,13 @@ We use an utility tool called mdBook to create online books from Markdown files.
|
|||
|
||||
## Build and Deploy
|
||||
|
||||
1. `mdbook build`
|
||||
2. `make publish-book`
|
||||
The first step is to submit a pull request to the [devel branch](https://github.com/status-im/nim-beacon-chain/tree/devel).
|
||||
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. :)
|
||||
|
|
Loading…
Reference in New Issue