summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Wu2017-02-08 15:10:02 +0800
committerGitHub2017-02-08 15:10:02 +0800
commit6587e7ccc645a1207190a135f0454ddfc0cd9776 (patch)
tree4a24a01736ffd8667eb2f6919bb234ceb6a3de28 /README.md
parent1cc27e1794afbe9f23bfb13cd098eeba554b1086 (diff)
parent2ab57effbdec0d09e53d351cef47860c7a1f3618 (diff)
Merge pull request #343 from sakajunquality/feature/fix-read-me-for-gcc
Add additional comment about Prerequisite to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 198f2fb6..c81948a0 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Prerequisite
- Node.js 4.x or up (test up to 6.7.0)
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
-- npm
+- npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation))
Get started
---