diff --git a/substrate/README.adoc b/substrate/README.adoc index d832b58313..a531deb3fe 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -124,7 +124,7 @@ To get going as fast as possible, there is a simple script that installs all req [source, shell] ---- -curl getsubstrate.io -sSf | bash +curl https://getsubstrate.io -sSf | bash ---- You can start a local Substrate development chain with running `substrate --dev`.