Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clone URL was wrong; installation instructions were outdated.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
  • Loading branch information
vmg committed Nov 30, 2010
1 parent a8b163a commit 58a4394
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ pygit2 is a set of Python 2.6+ bindings to the libgit2 linkable C Git library.
INSTALLING AND RUNNING
========================

First you need to install libgit2:
First you need to install the latest version of libgit2.
You can find platform-specific instructions to build the library in the libgit2 website:

$ git clone git://github.com/libgit2/libgit2.git
$ cd libgit2
$ make
$ make install
http://libgit2.github.com

Next, make sure you have the required library dependencies for pygit2: OpenSSL and ZLib.
For instance, in Debian-based systems run:
Expand All @@ -22,7 +20,7 @@ Also, make sure you have Python 2.6+ installed together with the Python developm

When those are installed, you can install pygit2:

$ git clone git@github.com:libgit2/pygit2.git
$ git clone git://github.com/libgit2/pygit2.git
$ cd pygit2
$ python setup.py install
$ python setup.py test
Expand Down

0 comments on commit 58a4394

Please sign in to comment.