From: Mahmoud A Wardeh Date: Wed, 2 Mar 2016 11:54:31 +0000 (+0000) Subject: changed v2.0 branch reference to refer to the foundation-email repo rather than found... X-Git-Tag: v2.0.0-rc.3~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F203%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git changed v2.0 branch reference to refer to the foundation-email repo rather than foundation-email-template --- 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 ```