aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-----