From a1779612ae2e8de47e1a6f063019af3ad58d2461 Mon Sep 17 00:00:00 2001 From: Neil Bedi Date: Fri, 13 Oct 2017 12:41:15 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce22980..61e593d 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ CLI commands can be found in the [CLI documentation](https://github.com/tbtimes/ * `export GAPI_KEY=` 4. If you have a previous version of lede installed, rename the binary. You can find it with `which lede` and rename it with ``mv `which lede` ``. 5. Install the latest version of the cli with `npm install -g lede-cli`. During the install process, it may prompt you to overwrite some configuration files if they exist. If you are prompted, you should answer `y`. -6. Finally, install the Tampa Bay Times' project config with `lede config /`. +6. Change into the lede directory with `cd ~/ledeConfig` and then run `npm install`. +7. Finally, install the Tampa Bay Times' project config with `lede config /`. ### Windows install