From 9b954ecff7d37156ae8473adad65091846d1adc0 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 6 Jan 2026 14:00:32 -0500 Subject: [PATCH] update build instructions --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f27aeff..c5ac232 100644 --- a/README.md +++ b/README.md @@ -105,16 +105,32 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S Fork and clone the project, then: +### Linux + - With Nix: Either use direnv, or `nix flake develop` - Without Nix: Install Flutter, Rust, the libsecret dev package for your distro (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`). +### Windows + +I don't really know... Probably just install Rust, Flutter, and Git. + +Get dependencies: + +```sh +flutter pub get +``` + 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. +Run the app: + +```sh +flutter run +``` ## Community