diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2015-07-24 10:44:45 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2015-07-24 10:44:45 +0300 |
commit | b0e802a31675eca57823408e59d278894915cfb5 (patch) | |
tree | e32fe6fb3e0e2c1acd358c65fddc9a3752d0e09a | |
parent | 93a38d33de4489c9ef8961e969b01d3b08fa3458 (diff) | |
download | git-hours-b0e802a31675eca57823408e59d278894915cfb5.zip git-hours-b0e802a31675eca57823408e59d278894915cfb5.tar.gz git-hours-b0e802a31675eca57823408e59d278894915cfb5.tar.bz2 |
Add more description of Vagrant installationA
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -104,8 +104,12 @@ Help $ npm install -g git-hours Nodegit library is a bit unstable and might crash randomly. +If you have trouble installing node-git as a dependency, you could +try the vagrant installation. -## Quick setup with Vagrant +## Install with Vagrant + +If you prefer to use vagrant, here's how: [Vagrant](https://docs.vagrantup.com/v2/getting-started/) can be used to automatically set up a disposable Virtual Machine with the required environment and install the |