From b7cda266b381bb10ecffcf443b6176b58e585c4e Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 20 Dec 2017 19:30:56 -0500 Subject: [PATCH] fix mac os path --- content/faq/how-to-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/how-to-cli.md b/content/faq/how-to-cli.md index e120fbff..880deb67 100644 --- a/content/faq/how-to-cli.md +++ b/content/faq/how-to-cli.md @@ -13,7 +13,7 @@ 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/static/daemonResources/static/daemon` +1. Type `cd /Applications/LBRY.app/Contents/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