From 809756e708fc2955bb3f694b36003ccecdde941b Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 11 Oct 2018 17:59:39 -0400 Subject: [PATCH] update location of CLI --- testnet/index.html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/index.html.py b/testnet/index.html.py index b0580a456..fb9734931 100755 --- a/testnet/index.html.py +++ b/testnet/index.html.py @@ -187,7 +187,7 @@ hello_world = div( p('Welcome to the Blockstack blockchain testnet. Here\'s how to get started:') + ul( li('Install the feature/stacks-transactions branch of blockstack.js') + - li('Install the new Blockstack CLI') + li('Install the new Blockstack CLI') ) + p('Basic Usage' + p('Here\'s how you can get started with registering names and subdomains:') +