diff options
author | Jun SAKATA | 2017-02-08 15:30:31 +0900 |
---|---|---|
committer | Jun SAKATA | 2017-02-08 15:30:31 +0900 |
commit | 2ab57effbdec0d09e53d351cef47860c7a1f3618 (patch) | |
tree | d70c27f99214753733e64fd12a2976d1b58ba1a1 | |
parent | c49a0849b2ed8187917ba4023b356e64a1b9a2c9 (diff) |
add reference to packages, instead of writing down solutions for specific os
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -50,9 +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 -- gcc/make - - `sudo yum groupinstall 'Development Tools'` for RHEL, `sudo apt-get install build-essential` for Debian +- npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation)) Get started --- |