From 54e9e3259ab92c7b0ba782d14e8867c7660d0f52 Mon Sep 17 00:00:00 2001 From: Mahmoud A Wardeh Date: Wed, 2 Mar 2016 11:54:31 +0000 Subject: [PATCH] changed v2.0 branch reference to refer to the foundation-email repo rather than foundation-email-template --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c1ad4a9..295cc6e8 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ cd project npm install ``` -Foundation for Emails 2.0 is on th v2.0 branch. -```bash -git fetch -git checkout v2.0 -``` - Then run `npm start` to run the project. A new browser window will open with a BrowserSync server showing the finished files. Run `npm run build` to do a full email inlining process. @@ -32,9 +26,16 @@ The documentation is not yet live online (or finished!), but you can compile wha Run these commands to set up the documentation: -``` +```bash git clone https://github.com/zurb/foundation-emails.git cd foundation-emails +``` + +Foundation for Emails 2.0 documentation is on the v2.0 branch. + +```bash +git fetch +git checkout v2.0 npm install ``` -- 2.47.2