Fix typo, add more info

This commit is contained in:
Asuka 2019-12-02 18:06:23 +08:00
parent a3c75d2fac
commit 52852d620e

View file

@ -32,13 +32,14 @@ Read our [code style document](https://github.com/Inori/GPCS4/blob/master/Doc/Co
***Make sure you have enough free time to do this job. Don't just have a brief period of enthusiasm. This is the most important part.***
Note, before you write any code, read our [code style document](https://github.com/Inori/GPCS4/blob/master/Doc/CodeStyle.md) carefully, code which do not follow the style will not be accepted.
Note, before you write any code, read our [code style document](https://github.com/Inori/GPCS4/blob/master/Doc/CodeStyle.md) carefully, code which do not follow the style will not be accepted.
Also, you can take the existing code as example.
Follow the steps:
1. Read the roadmap one the main page, select a part which you're insterested in. Or if you're not sure, see our [Trello](https://trello.com/b/4kZu97F5/gpcs4) and take a job from `TODO list for new developers` card.
1. Read the roadmap on the main page, select a part which you're insterested in. Or if you're not sure, see our [Trello](https://trello.com/b/4kZu97F5/gpcs4) and take a job from `TODO list for new developers` card.
2. Build GPCS4 following the above steps.
3. Download all the files here, these are all you need to develop GPCS4.
https://mega.nz/#F!8ORCVQgY
3. Download all the files here, these are all you need to develop GPCS4.
https://mega.nz/#F!8ORCVQgY
PW : qp7HFxj8awgIBP_L5K7c3g
4. Run the demo or game you like, find why it crashes/doesn't work.
5. Then you know what to do next.