This commit is contained in:
Simon Laux
2026-01-14 21:15:35 +01:00
parent 5f3dbe0037
commit 72eef59f25

View File

@@ -55,6 +55,7 @@ cargo install --release --package deltachat-rpc-server --bin deltachat-rpc-serve
# to a location that is included in your $PATH Environment variable. # to a location that is included in your $PATH Environment variable.
``` ```
And make sure to enable the `takeVersionFromPATH` option:
```js ```js
startDeltaChat("data-dir", { takeVersionFromPATH: true }); startDeltaChat("data-dir", { takeVersionFromPATH: true });
``` ```