865
edits
| Line 1: | Line 1: | ||
= Getting Started = | = Getting Started = | ||
* Get a [https://github.com/ | * Get a [https://github.com/ GitHub account] | ||
* Fork the [http://github.com/mozautomation/mozmill mozautomation/mozmill] repo (use the | * Fork the [http://github.com/mozautomation/mozmill mozautomation/mozmill] repo (use the Github UI for this) | ||
* Install [http://git-scm.com/ git] on your system | * Install [http://git-scm.com/ git] on your system | ||
* Clone your fork using your ssh key URL on | * Clone your fork using your ssh key URL on Github: | ||
<pre>git clone git@github.com:<your-github-username>/mozmill.git</pre> | <pre>git clone git@github.com:<your-github-username>/mozmill.git</pre> | ||
* If you don't want to get a | * If you don't want to get a Github account, you can still clone the repository, but you won't be able to push upstream or issue pull requests: | ||
<pre>git clone http://github.com/mozautomation/mozmill.git</pre> | <pre>git clone http://github.com/mozautomation/mozmill.git</pre> | ||
edits