From: Tim Hartwick Date: Tue, 12 Jan 2016 21:57:00 +0000 (-0800) Subject: Updated Readme X-Git-Tag: v2.0.0-rc.1~46^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b50825a2ecf7edeca2e65a76d3e5d27f89bcb46;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Updated Readme --- diff --git a/README.md b/README.md index 1932f437..cf89b5a1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ cd foundation-emails ./setup.sh ``` +For those that need to use `sudo` to run `npm` commands, please run the full commands: +``` +git clone https://github.com/zurb/foundation-emails.git +cd foundation-emails +sudo npm install +git clone https://github.com/zurb/inky +cd testing +sudo npm link ../inky +``` + Note: this is the repo for the private release of the framework, we'll eventually be releasing a template repo to the public! ## Organization