Skip to content

Commit

Permalink
Minor adjustment on CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Jan 18, 2013
1 parent f4f43d2 commit 2177597
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -14,7 +14,9 @@ Purpose of the quickstarts
Basic Steps
-----------

To contribute to the quickstarts, fork the quickstart repository to your own Git, clone your fork, commit your work on topic branches, and make pull requests. If you don't have the Git client (`git`), get it from: <http://git-scm.com/>
To contribute to the quickstarts, fork the quickstart repository to your own Git, clone your fork, commit your work on topic branches, and make pull requests.

If you don't have the Git client (`git`), get it from: <http://git-scm.com/>

Here are the steps in detail:

Expand All @@ -26,7 +28,7 @@ Here are the steps in detail:

3. Add the remote `upstream` repository.

git remote add upstream https://github.com/jboss-jdf/jboss-as-quickstart.git
git remote add upstream git@github.com:jboss-jdf/jboss-as-quickstart.git

4. Get the latest files from the `upstream` repository.

Expand Down

0 comments on commit 2177597

Please sign in to comment.