From 009e82bbce56c5cff383a55e13de10bd92b71de7 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Dec 2017 08:52:47 -0500 Subject: [PATCH] update path for OSX and Linux --- content/faq/how-to-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/how-to-cli.md b/content/faq/how-to-cli.md index 64dfa4ae..e120fbff 100644 --- a/content/faq/how-to-cli.md +++ b/content/faq/how-to-cli.md @@ -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