From: Rafi Date: Tue, 1 Mar 2016 18:28:22 +0000 (-0800) Subject: Update README.md X-Git-Tag: v2.0.0-rc.3~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cb679085ec0eb14035ee047b323a1b2b52f0b5;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update README.md --- diff --git a/README.md b/README.md index 7032066d..9c1ad4a9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ 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.