Use a submodule for gomuks source

This commit is contained in:
Henry Hiles 2026-03-24 12:37:00 -04:00
commit fe845e6cd6
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 31 additions and 67 deletions

View file

@ -130,7 +130,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
First, clone and open the repo:
```sh
git clone https://git.federated.nexus/Henry-Hiles/nexus
git clone --recurse-submodules https://git.federated.nexus/Henry-Hiles/nexus
cd nexus
```
@ -153,13 +153,7 @@ Get dependencies:
flutter pub get
```
Get dependencies:
```sh
flutter pub get
```
Clone Gomuks and generate bindings:
Generate Gomuks bindings:
```sh
scripts/generate.sh