Add development instructions

This commit is contained in:
Henry Hiles 2026-05-09 18:23:41 -04:00
commit 00c3503c1f
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 15 additions and 1 deletions

11
DEVELOPMENT.md Normal file
View file

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