update path for OSX and Linux

This commit is contained in:
Thomas Zarebczan 2017-12-19 08:52:47 -05:00 committed by GitHub
parent 6e08205868
commit 009e82bbce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ In addition to the JSON commands available in the [LBRY API Quickstart Guide](ht
## MacOS
1. Open a **Terminal** window
1. Type `cd /Applications/LBRY.app/Contents/Resources/app/dist`
1. Type `cd /Applications/LBRY.app/Contents/Resources/static/daemonResources/static/daemon`
1. Type `./lbrynet-cli status` and click **Enter**. This will return the LBRYnet status data
1. See examples below or [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/) for additional commands
## Ubuntu / Linux
1. Open a **Terminal** window
1. Type `cd /opt/LBRY/resources/app/dist`
1. Type `cd /opt/LBRY/resources/static/daemon`
1. Type `./lbrynet-cli status` and click **Enter**. This will return the LBRYnet status data
1. See examples below or [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/) for additional commands