Update README.adoc

This commit is contained in:
Gav Wood
2018-10-21 13:26:25 +02:00
committed by GitHub
parent f14a8c289d
commit 396e258de3
+16
View File
@@ -147,6 +147,22 @@ Now, edit `~/chainspec.json` in your editor. There are a lot of individual field
},
----
[source, shell]
----
substrate build-spec --chain ~/chainspec.json --raw > ~/mychain.json
----
[source, shell]
----
substrate --chain ~/mychain.json
----
[source, shell]
----
substrate --chain ~/mychain.json --validator --key ...
----
== Building
=== Hacking on Substrate