From 8ddb63fdf95dab53aae4379a951c8ac821b75c80 Mon Sep 17 00:00:00 2001 From: Mike Henke Date: Tue, 18 Aug 2015 08:29:54 -0500 Subject: [PATCH 1/2] Update README.md added step due to fetch failures and then removed a dash from another command --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72d1ef4..de89f9e 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ This repository has branches for each of the videos in the course. You can use t - [node.js](http://nodejs.org/) - [git](http://git-scm.com/) - [gulp](http://gulpjs.com/) -2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `> git clone https://github.com/planetoftheweb/angularMobile.git` -3. CD to the folder `cd angularMobile` -4. Run `> npm-install` to install the project dependencies -5. Install gulp.js via the Mac terminal or Gitbash on a PC `> npm install -g gulp` -5. Run the Gulp command `> gulp` +1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `> git clone https://github.com/planetoftheweb/angularMobile.git` +1. CD to the folder `cd angularMobile` +1. Run `> npm install npm -g` +1. Run `> npm install` to install the project dependencies +1. Install gulp.js via the Mac terminal or Gitbash on a PC `> npm install -g gulp` +1. Run the Gulp command `> gulp` For more help setting up a comprehensive Gulp.js workflow, check out [Web Project Workflows with Gulp.js, Git, and Browserify](http://www.lynda.com/Web-Web-Design-tutorials/Web-Project-Workflows-Gulpjs-Git-Browserify/154416-2.html). From f34faa05a858b6ef3f91fe8708f1e883b4c11e75 Mon Sep 17 00:00:00 2001 From: Mike Henke Date: Tue, 18 Aug 2015 08:41:25 -0500 Subject: [PATCH 2/2] Update README.md updating fix for fetch error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de89f9e..4f1c667 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This repository has branches for each of the videos in the course. You can use t - [gulp](http://gulpjs.com/) 1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `> git clone https://github.com/planetoftheweb/angularMobile.git` 1. CD to the folder `cd angularMobile` +1. Run `>npm config set strict-ssl false` 1. Run `> npm install npm -g` 1. Run `> npm install` to install the project dependencies 1. Install gulp.js via the Mac terminal or Gitbash on a PC `> npm install -g gulp`