Changes between Initial Version and Version 1 of SetupDev


Ignore:
Timestamp:
2012-02-21T22:57:38Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev

    v1 v1  
     1So, you want to do some contribution for iPeer project. Just follow the following steps to make your own local development environment.
     2
     31. Get a !GitHub Account from https://github.com.
     42. 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/
     83. 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/
     94. Starting developing~
     105. 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
     12See, that's not very hard.