difftreelog
Remove runtime-specific node doc
in: master
1 file changed
README.mddiffbeforeafterboth71cargo build --release71cargo build --release72```72```737374##### _Building the node using the Quartz Runtime (optional)_75* Build debug version76```bash77cargo build --package unique-rpc --package unique-node --no-default-features --features quartz-runtime78```7980* Build release version81```bash82cargo build --release --package unique-rpc --package unique-node --no-default-features --features quartz-runtime83```8485##### _Building the node using the Opal Runtime (optional)_86* Build debug version87```bash88cargo build --package unique-rpc --package unique-node --no-default-features --features opal-runtime89```9091* Build release version92```bash93cargo build --release --package unique-rpc --package unique-node --no-default-features --features opal-runtime94```9596## Building as Parachain locally74## Building as Parachain locally977598Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)76Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)