Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ pip install markdown2
```

Make sure the `markdown2 command is in your path, then run `make` to generate the HTML.

### Testing them branches
2 changes: 1 addition & 1 deletion gitworkshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ necessary to create the directory first:
Another way to create a git repository is to copy -- or *clone* it --
from somewhere else using the `git clone` command. For example:

$ git clone git://github.com/robparrott/git-workshop-sample1.git
$ git clone git://github.com/robparrott/git-workshop.git

Which should result in output along the lines of:

Expand Down