diff --git a/README.md b/README.md index 6134be3fc..5f34293cb 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,16 @@ For more commands type: > help ``` +## Installing libdeltachat system wide + +``` +$ git clone https://github.com/deltachat/deltachat-core-rust.git +$ cd deltachat-core-rust +$ cmake -B build . +$ cmake --build build +$ sudo cmake --install build +``` + ## Development ```sh