diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 13:08:35 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 13:25:46 +0000 |
commit | 9ac7713b5037710f2b1db82a63343e2f20ae775c (patch) | |
tree | d48473735eab3fd2b60ff8adee094bff2a5fb57a /README.md | |
parent | 1caef36fdeae554d5cc8bef3ca2734755bd70f08 (diff) | |
download | git-deps-9ac7713b5037710f2b1db82a63343e2f20ae775c.tar.gz |
switch to CoffeeScript!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ you will need to install some dependencies: cd html npm install - browserify -d js/git-deps-graph.js -o js/bundle.js + browserify -t coffeeify -d js/git-deps-graph.js -o js/bundle.js * You will need the [Flask](http://flask.pocoo.org/) Python module installed. |