From e5be023e4bec748be3fe65a92f30457a67511e03 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 21 Jun 2022 11:15:41 +0200 Subject: [PATCH] document provider pull --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 204da5657..71a723eac 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,15 @@ $ cargo test -- --ignored - `vendored`: When using Openssl for TLS, this bundles a vendored version. - `nightly`: Enable nightly only performance and security related features. +## Update Provider Data + +To add the updates from the +[provider-db](https://github.com/deltachat/provider-db) to the core, run: + +``` +./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs +``` + ## Language bindings and frontend projects Language bindings are available for: