aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-16 11:10:00 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-16 11:10:00 +0100
commit92ec0727f9984f4c6c8976998e41b323a32c25cc (patch)
tree80722d821d1aa4b8ad2c6f57958793743df24467 /INSTALL.md
parentbee4633773bf1f43416e79ab206ce07660aff6fa (diff)
downloadgit-deps-92ec0727f9984f4c6c8976998e41b323a32c25cc.tar.gz
INSTALL.md: add blank lines for clarity when reading source
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8c46c87..3cdc142 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -65,6 +65,7 @@ functionality, you will need to install some additional dependencies:
* As `root`, install the command line version of `browserify` with
npm install -g browserify
+
* To install the required Javascript libraries, you will need
[`npm`](https://www.npmjs.com/) installed, and then type:
@@ -75,6 +76,7 @@ functionality, you will need to install some additional dependencies:
(If you are developing `git-deps` then replace `browserify` with
`watchify -v` in order to continually regenerate `bundle.js`
whenever any of the input files change.)
+
* You will need the [Flask](http://flask.pocoo.org/) Python
module installed.