diff options
author | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-06 11:57:47 -0700 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-06 11:57:47 -0700 |
commit | cc6034ac862e058ee9faa5306f240d11150f960e (patch) | |
tree | 4f8ce72dcd6a18e6221063bfacb7ff089b0781b3 /tools | |
parent | dc818135a573fa35a502417322e811f20e488e4c (diff) | |
download | node-new-cc6034ac862e058ee9faa5306f240d11150f960e.tar.gz |
email-footer: add links to the expected common binary packages
We can do other OSs like 32 and 64-bit OS X, but we should encourage
users to use the installer on OS X so we'll omit it here.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/email-footer.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/email-footer.md b/tools/email-footer.md index e6115c9dd5..d25580f646 100644 --- a/tools/email-footer.md +++ b/tools/email-footer.md @@ -8,6 +8,14 @@ Windows x64 Installer: http://nodejs.org/dist/__VERSION__/x64/node-__VERSION__-x Windows x64 Files: http://nodejs.org/dist/__VERSION__/x64/ +Linux 32-bit Binary Package: http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-i686.tar.gz + +Linux 64-bit Binary Package: http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x86_64.tar.gz + +Solaris 32-bit Binary Package: http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-i386.tar.gz + +Solaris 64-bit Binary Package: http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x86_64.tar.gz + Other release files: http://nodejs.org/dist/__VERSION__/ Website: http://nodejs.org/docs/__VERSION__/ |