better command

This commit is contained in:
Jeremy Kauffman 2019-02-25 11:31:59 -05:00 committed by GitHub
parent a5b36fcac6
commit a84e38d278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ if (window.location.search.includes("?code=")) {
<ol> <ol>
<li>Download <a href="https://github.com/lbryio/lbry/releases">the LBRY SDK</a>.</li> <li>Download <a href="https://github.com/lbryio/lbry/releases">the LBRY SDK</a>.</li>
<li>Launch the command-line utility (<code>./lbrynet start</code>).</li> <li>Launch the command-line utility (<code>./lbrynet start</code>).</li>
<li>Run <code>./lbrynet address list</code> and copy the <code>id</code> field.</li> <li>Run <code>./lbrynet address unused</code> and copy the <code>id</code> field.</li>
</ol> </ol>
`; `;