From 8480fe57fcfb9fe24718c341649196e9634bab21 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 4 May 2015 14:03:42 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9195f6601..104a14d0fc 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ cd freecodecamp # Install NPM dependencies npm install +# Install Bower dependencies +bower install + # Create a .env file and populate it with the necessary API keys and secrets: touch .env