Compare commits

...

1 commit

Author SHA1 Message Date
e1492a3bda
Add development instructions 2026-05-09 18:23:41 -04:00
2 changed files with 15 additions and 1 deletions

11
DEVELOPMENT.md Normal file
View file

@ -0,0 +1,11 @@
## Build instructions
Can be found in [./README.md](https://git.federated.nexus/Nexus/nexus#build-it-yourself).
## Updating Gomuks
You can run the following command to update the Gomuks submodule:
```sh
git submodule update --remote
```

View file

@ -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.