diff options
author | Sheogorath | 2018-04-11 09:38:45 +0200 |
---|---|---|
committer | Sheogorath | 2018-04-11 09:38:56 +0200 |
commit | f23f403bcb990a03fe27d5d4dda491c5de89c464 (patch) | |
tree | 2053f20317f6823ebc09287f068e8eb6d5d54f93 | |
parent | bdb8631a7b99771990890db20b171618ef06c6e9 (diff) |
Extend README
Add hint about file descriptor limits and add the new translation
platform.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ HackMD Community Edition [![build status][travis-image]][travis-url] [![version][github-version-badge]][github-release-page] [![Help Contribute to Open Source][codetriage-image]][codetriage-url] +[![POEditor][poeditor-image]][poeditor-url] HackMD lets you create realtime collaborative markdown notes on all platforms. Inspired by Hackpad, with more focus on speed and flexibility. @@ -59,6 +60,7 @@ Thanks for using! :smile: - 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)) - For **building** HackMD we recommend to use a machine with at least **2GB** RAM +- (optional) *For development you may need to increase the number of allowed open file descriptors on your machine* ### Instructions @@ -327,3 +329,5 @@ See more at [http://operational-transformation.github.io/](http://operational-tr [standardjs-url]: https://github.com/feross/standard [codetriage-image]: https://www.codetriage.com/hackmdio/hackmd/badges/users.svg [codetriage-url]: https://www.codetriage.com/hackmdio/hackmd +[poeditor-image]: https://img.shields.io/badge/POEditor-translate-green.svg +[poeditor-url]: https://poeditor.com/join/project/1OpGjF2Jir |