]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Updated Readme
authorTim Hartwick <tdhartwick@users.noreply.github.com>
Tue, 12 Jan 2016 21:57:00 +0000 (13:57 -0800)
committerTim Hartwick <tdhartwick@users.noreply.github.com>
Tue, 12 Jan 2016 21:57:00 +0000 (13:57 -0800)
README.md

index 1932f437328c7763c2eaaf26c1d909f7d8d7eca8..cf89b5a1b299102b8ff7fd94e8f0eba50e774b1c 100644 (file)
--- 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