Confirmed users
396
edits
| Line 5: | Line 5: | ||
== If you haven't checked out from mercurial before == | == If you haven't checked out from mercurial before == | ||
hg clone https://hg.mozilla.org/projects/larch/ | hg clone https://hg.mozilla.org/projects/larch/ larch | ||
cd | cd larch/addon-sdk/source | ||
git init | git init | ||
git remote add origin https://github.com/mozilla/addon-sdk.git | git remote add origin https://github.com/mozilla/addon-sdk.git | ||
| Line 13: | Line 13: | ||
git reset --hard integration | git reset --hard integration | ||
This will give you the latest | This will give you the latest larch code and update the SDK files to the latest versions from the integration branch. | ||
== If you have previously done the above == | == If you have previously done the above == | ||