947
edits
(→Getting Started: link to git's homepage) |
|||
| Line 2: | Line 2: | ||
* Get a [https://github.com/ github account] | * Get a [https://github.com/ github account] | ||
* Fork the [http://github.com/mozautomation/mozmill mozautomation/mozmill] repo (use the github UI for this) | * Fork the [http://github.com/mozautomation/mozmill mozautomation/mozmill] repo (use the github UI for this) | ||
* Install git on your system | * Install [http://git-scm.com/ git] on your system | ||
* Clone your fork using your ssh key URL on github: | * Clone your fork using your ssh key URL on github: | ||
<pre>git clone git@github.com:<github username>/mozmill.git</pre> | <pre>git clone git@github.com:<github username>/mozmill.git</pre> | ||
edits