| 1 | So, you want to do some contribution for iPeer project. Just follow the following steps to make your own local development environment. |
| 2 | |
| 3 | 1. Get a !GitHub Account from https://github.com. |
| 4 | 2. Install Git on your local computer. |
| 5 | * Mac: http://help.github.com/mac-set-up-git/ |
| 6 | * Linux: http://help.github.com/linux-set-up-git/ |
| 7 | * Windows: http://help.github.com/win-set-up-git/ |
| 8 | 3. Fork the iPeer project (https://github.com/ubc/iPeer) into your account and clone the code from your forked repo: http://help.github.com/fork-a-repo/ |
| 9 | 4. Starting developing~ |
| 10 | 5. Once you finished, you can issue a pull request so that we can merge your changes to the iPeer repo. http://help.github.com/send-pull-requests/ |
| 11 | |
| 12 | See, that's not very hard. |