--- a/README.md +++ b/README.md @@ -62,8 +62,18 @@ ``` 5. Build: + +Opal +```bash +cargo build --release +``` +Quartz ```bash -cargo build --features=unique-runtime,quartz-runtime --release +cargo build --features=quartz-runtime --release +``` +Unique +```bash +cargo build --features=unique-runtime --release ``` ## Building as Parachain locally