forked from VoxeLibre/VoxeLibre
Update 'git for non-programmers' section
This commit is contained in:
parent
4776487f83
commit
4b1606eaee
|
@ -25,10 +25,10 @@ whether you're a programmer or not.
|
||||||
## Using git
|
## Using git
|
||||||
MineClone2 is developed using the version control system [git](https://git-scm.com/). If you want to
|
MineClone2 is developed using the version control system [git](https://git-scm.com/). If you want to
|
||||||
contribute code to the project, it is **highly recommended** that you learn the git basics.
|
contribute code to the project, it is **highly recommended** that you learn the git basics.
|
||||||
However, if you're not a programmer or don't plan to help with the coding part of the development,
|
For non-programmers and people who do not plan to contribute code to Mineclone2, git is not required.
|
||||||
it's still useful if you know it - in case you want to contribute files that are not related to code,
|
However, git is a tool that will be referenced frequently because of its usefulness.
|
||||||
or to easily keep your game updated and test out pull requests. However, it's not required in this
|
As such, it is valuable in learning how git works and its terminology. It can also help you in
|
||||||
case.
|
keeping your game updated, and easily testing pull requests.
|
||||||
|
|
||||||
## How you can help as a non-programmer
|
## How you can help as a non-programmer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue