From 46ebef082f0f9b5494943fef89788d7c10e61b37 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Thu, 15 Nov 2018 06:28:07 -0500 Subject: [PATCH] Update https:// on getsubstrate.io (#1117) --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.