readme and docs update for monorepo (#183)

* readme and docs update for monorepo

Co-authored-by: Gustavo Gonzalez <ggonzalezsomer@gmail.com>
Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
This commit is contained in:
Özgün Özerk
2024-05-27 13:35:29 +03:00
committed by GitHub
parent 743eb7049e
commit 939c2cbbdd
2 changed files with 34 additions and 3 deletions
+5
View File
@@ -12,6 +12,11 @@ A collection of runtimes that describe parachains with different purposes.
git clone git@github.com:OpenZeppelin/polkadot-runtime-template.git
```
* Move to the directory of the template you want to use. We will use the `generic runtime template` for this tutorial.
```bash
cd generic-template
```
* Build a release version of the runtime and node:
```bash
cargo build --release