Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step to install bunyan on mac install #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ CLI commands can be found in the [CLI documentation](https://github.com/tbtimes/
* `export GAPI_KEY=<your google apis 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` <new path>``.
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 <your github user>/<config repo name>`.
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 <your github user>/<config repo name>`.


### Windows install
Expand Down