Skip to content

Explain what "latest libgit2" means better #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2013
Merged
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
10 changes: 6 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ How to Install
.. contents::


First you need to install the latest version of libgit2. You can find
platform-specific instructions to build the library in the libgit2 website:
First you need to install the latest release of libgit2. If you clone
the repository, make sure to use the ``master`` branch. You can find
platform-specific instructions to build the library in the libgit2
website:

http://libgit2.github.com

Expand Down Expand Up @@ -55,7 +57,7 @@ instructions in the libgit2 ``README.md``):

.. code-block:: sh

$ git clone git://github.com/libgit2/libgit2.git
$ git clone -b master git://github.com/libgit2/libgit2.git
$ mkdir libgit2/build
$ cd libgit2/build
$ cmake ..
Expand Down Expand Up @@ -105,7 +107,7 @@ from a bash shell:
.. code-block:: sh

$ export LIBGIT2=C:/Dev/libgit2
$ git clone git://github.com/libgit2/libgit2.git
$ git clone -b master git://github.com/libgit2/libgit2.git
$ cd libgit2
$ mkdir build
$ cd build
Expand Down