From a74edb2f864e49fb32b9db87ce8d1436f22c6dee Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 14 Jan 2026 21:11:33 +0100 Subject: [PATCH] minor improvement to npm package readme for stdio server --- deltachat-rpc-server/npm-package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-server/npm-package/README.md b/deltachat-rpc-server/npm-package/README.md index ffd03dbf9..9da076a31 100644 --- a/deltachat-rpc-server/npm-package/README.md +++ b/deltachat-rpc-server/npm-package/README.md @@ -31,7 +31,7 @@ For a more complete example refer to https://github.com/deltachat-bot/echo/tree/ You need to have rust installed to compile deltachat core for your platform and cpu architecture. is the recommended way to install rust. -Also your system probably needs more than 4gb ram to compile core, alternatively your could try to build the debug build, that might take less ram to build. +Also your system probably needs more than 4GB RAM to compile core, alternatively your could try to build the debug build, which might take less RAM to build. 1. clone the core repo, right next to your project folder: `git clone git@github.com:deltachat/deltachat-core-rust.git` 2. go into your core checkout and run `git pull` and `git checkout ` to point it to the correct version (needs to be the same version the `@deltachat/jsonrpc-client` package has)