From a84e38d278552f2bfdd72e5078cdcda8e342634d Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 25 Feb 2019 11:31:59 -0500 Subject: [PATCH] better command --- app/components/client/devprogram-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/client/devprogram-scripts.js b/app/components/client/devprogram-scripts.js index 8f5d9d6..0420e76 100644 --- a/app/components/client/devprogram-scripts.js +++ b/app/components/client/devprogram-scripts.js @@ -26,7 +26,7 @@ if (window.location.search.includes("?code=")) {
  1. Download the LBRY SDK.
  2. Launch the command-line utility (./lbrynet start).
  3. -
  4. Run ./lbrynet address list and copy the id field.
  5. +
  6. Run ./lbrynet address unused and copy the id field.
`;