From 6be16fbc085e6e94e10104d1e9389f361813f352 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 30 Nov 2025 22:04:46 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb150d7..1dd3261 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,19 @@ Light Mode | Dark Mode - [ ] Pronouns - [ ] Password - [ ] About - - [x] Log Out \ No newline at end of file + - [x] Log Out + +## Development +Fork and clone the project, then: +- With Nix: Either use direnv, or `nix flake develop` +- Without Nix: Install flutter, rust, the libsecret dev packages (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`). + +Build generated files, and watch for new changes: +```sh +flutter pub run build_runner watch --delete-conflicting-outputs +``` +Run `flutter run` to run the app. + +## Community + +Come chat in the [Federated Nexus Community](https://matrix.to/#/#space:federated.nexus) for questions or help with developing or using Nexus Client. \ No newline at end of file