diff --git a/docs/src/contribute.md b/docs/src/contribute.md index 205d863f1..0ee42ce65 100644 --- a/docs/src/contribute.md +++ b/docs/src/contribute.md @@ -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. :)