update location of CLI

This commit is contained in:
Jude Nelson
2018-10-11 17:59:39 -04:00
parent b6aad35347
commit 809756e708

View File

@@ -187,7 +187,7 @@ hello_world = div(
p('Welcome to the Blockstack blockchain testnet. Here\'s how to get started:') +
ul(
li('Install the <code>feature/stacks-transactions</code> branch of <a href="https://github.com/blockstack/blockstack.js/tree/feature/stacks-transactions">blockstack.js</a>') +
li('Install the new <a href="https://github.com/jcnelson/cli-blockstack">Blockstack CLI</a>')
li('Install the new <a href="https://github.com/blockstack/cli-blockstack">Blockstack CLI</a>')
) +
p('<b>Basic Usage</b>' +
p('Here\'s how you can get started with registering names and subdomains:') +