Add development instructions
This commit is contained in:
parent
469a625c40
commit
00c3503c1f
2 changed files with 15 additions and 1 deletions
11
DEVELOPMENT.md
Normal file
11
DEVELOPMENT.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue