add download to daemon

This commit is contained in:
Thomas Zarebczan 2018-04-20 09:42:55 -04:00 committed by GitHub
parent ff6cb2a609
commit fce7541f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ category: setup
In addition to the JSON commands available in the [LBRY API Quickstart Guide](https://lbry.io/quickstart/api) as a method to interact with the LBRY protocol, there is another way through the command line tools (CLI). This will allow you to run any available commands from the [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/). You must be running the LBRY app or daemon in order to interact with the protocol. In addition to the JSON commands available in the [LBRY API Quickstart Guide](https://lbry.io/quickstart/api) as a method to interact with the LBRY protocol, there is another way through the command line tools (CLI). This will allow you to run any available commands from the [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/). You must be running the LBRY app or daemon in order to interact with the protocol.
In recent versions of LBRY, the lbrynet-cli tool is no longer included with the App and must be downloaded/copied into the appropriate folder (see below). [Download](https://github.com/lbryio/lbry/releases) the version that matches your Settings > Help > `Daemon` version number.
## Windows ## Windows
1. Open a **Command Prompt** application window 1. Open a **Command Prompt** application window
1. Type `cd "C:\Program Files (x86)\LBRY\resources\static\daemon"` and click Enter 1. Type `cd "C:\Program Files (x86)\LBRY\resources\static\daemon"` and click Enter