11 lines
231 B
Markdown
11 lines
231 B
Markdown
## 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
|
|
```
|