mirror of https://github.com/status-im/codimd.git
Merge pull request #1155 from Turakar/master
Mention dependency on libssl-dev in README.md
This commit is contained in:
commit
e48342a64a
|
@ -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
|
- Node.js 6.x or up (test up to 7.5.0) and <10.x
|
||||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
|
- 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))
|
- 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
|
- For **building** CodiMD we recommend to use a machine with at least **2GB** RAM
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
|
|
Loading…
Reference in New Issue