summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-03-04 20:20:02 +0100
committerGitHub2019-03-04 20:20:02 +0100
commite48342a64a38005c26792791b0609b5bfa0e6518 (patch)
tree1cd3101ac512564732f7b9abb7cc38827e759a79
parentb51a048777ee36bc47d2a23599ad72091197b075 (diff)
parent13ee05ba0d8907156f465f2b494e663b416b641d (diff)
Merge pull request #1155 from Turakar/master
Mention dependency on libssl-dev in README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6abe9308..fc428fa1 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ Just to more confusion: We are still friends with HackMD :heart:
- Node.js 6.x or up (test up to 7.5.0) and <10.x
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
- npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation))
+- `libssl-dev` for building scrypt (see [here](https://github.com/ml1nk/node-scrypt/blob/master/README.md#installation-instructions) for further information)
- For **building** CodiMD we recommend to use a machine with at least **2GB** RAM
### Instructions