From 290be9e6151e3e09a01b1e5230e8e210803b3cab Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 8 Nov 2022 17:56:29 +0100 Subject: [PATCH] docs: Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 466334c..5268ce1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ This package contains the actual XMPP code that is platform-independent. implements the RFC6120 connection algorithm and XEP-0368 direct TLS connections, if a DNS implementation is given, and supports StartTLS. +## Development + +To begin, use [melos](https://github.com/invertase/melos) to bootstrap the project: `melos bootstrap`. Then, the example +can be run with `flutter run` on Linux or Android. + ## License See `./LICENSE`.