Skip to content

Commit

Permalink
Correct markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Acerboni committed Jul 10, 2012
1 parent 4da79ee commit d40bd02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ How Can I set up a new Dharmafly project website?
----------------------------

1. Firstly, navigate to your project's local directory.
2. Create a `gh-pages` branch:

`git branch gh-pages
git checkout gh-pages`
2. Create a `gh-pages` branch:
`git branch gh-pages`
` git checkout gh-pages`

3. Add a link the the dharmafly-docs repository: `git remote add gh-pages [email protected]:dharmafly/dharmafly-docs.git`
4. Get the boilerplate content from dharmafly-docs: `git pull gh-pages gh-pages` - you will need be added as a collaborator in the dharmafly-docs project.
5. Remove the link to dharmafly-docs: `git remote rm gh-pages`
Expand Down

0 comments on commit d40bd02

Please sign in to comment.