From 00c3503c1f1cd8b2fd9eb7a720241044cac1651a Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 9 May 2026 18:23:41 -0400 Subject: [PATCH] Add development instructions --- DEVELOPMENT.md | 11 +++++++++++ README.md | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..5e527e3 --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,11 @@ +## Build instructions + +CBuild instructions can be found in [README.md](./README.md#build-it-yourself). + +## Updating Gomuks + +You can run the following command to update the Gomuks submodule: + +```sh +git submodule update --remote +``` diff --git a/README.md b/README.md index 50060d0..795c4c0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [x] HTML/Markdown - [x] Replies - [x] Choose ping on/off - - [ ] Per message profiles + - [x] Per message profiles - [ ] Attachments - [ ] Commands with [MSC4391](https://github.com/matrix-org/matrix-spec-proposals/pull/4391) - [x] Mentions @@ -120,6 +120,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [ ] Align your message bubbles to left or right - [ ] Show media by default - [ ] Dynamic Theming + - [ ] Setting per-message profiles for users (MSC4461) - [ ] Devices - [ ] Viewing devices - [ ] Verifying devices @@ -218,6 +219,8 @@ Run the app: flutter run ``` +Development instructions can be found in [DEVELOPMENT.md](./DEVELOPMENT.md). + ## Community Join the [Nexus Client Matrix Room](https://matrix.to/#/#nexus:federated.nexus) for questions or help with developing or using Nexus Client.