diff options
author | Adam Spiers <git@adamspiers.org> | 2015-05-06 13:03:25 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-05-06 13:07:30 +0100 |
commit | bfcfc1663a7cb4eb8110b4fc39a150724f4b22ba (patch) | |
tree | 303ee94c3b680f38bd2f56b9457153107d69813a | |
parent | 3d8f8952cd127dc1a33c910a833de328d657a7cb (diff) | |
download | git-deps-bfcfc1663a7cb4eb8110b4fc39a150724f4b22ba.tar.gz |
README: add link to Docker approach
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ----- |