aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-05-06 13:03:25 +0100
committerAdam Spiers <git@adamspiers.org>2015-05-06 13:07:30 +0100
commitbfcfc1663a7cb4eb8110b4fc39a150724f4b22ba (patch)
tree303ee94c3b680f38bd2f56b9457153107d69813a /README.md
parent3d8f8952cd127dc1a33c910a833de328d657a7cb (diff)
downloadgit-deps-bfcfc1663a7cb4eb8110b4fc39a150724f4b22ba.tar.gz
README: add link to Docker approach
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0cc7c3b..e99cd72 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,8 @@ reliable simply to perform the operation and then roll back.
Installation
------------
+### Manual installation
+
`git-deps` requires [Pygit2](http://www.pygit2.org/), so first
[install that](http://www.pygit2.org/install.html). If you are using
Linux, there is a good chance that your distribution already offers
@@ -135,6 +137,13 @@ functionality, you will need to install some dependencies:
* You will need the [Flask](http://flask.pocoo.org/) Python
module installed.
+### Installation via Docker
+
+Rather than following the above manual steps, you can try
+[an alternative approach created by Paul Wellner Bou which facilitates running `git-deps` in a Docker container](https://github.com/paulwellnerbou/git-deps-docker).
+This has been tested on Ubuntu 14.10, where it was used as a way to
+circumvent difficulties with installing `libgit2` >= 0.22.
+
Usage
-----