diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-16 11:10:48 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-16 11:12:09 +0100 |
commit | 594052fdfb1289655dace73f4e0eb80ae74689d4 (patch) | |
tree | 29174d479821d9279c31158910e33c362992b000 /INSTALL.md | |
parent | a92efb9d9c2371fd0fcb262da29762def8d9e193 (diff) | |
download | git-deps-594052fdfb1289655dace73f4e0eb80ae74689d4.tar.gz |
INSTALL.md: acknowledge other ways to install JS libraries
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,6 +63,12 @@ Now `git-deps` should be on your `$PATH`, which means that executing ## Install support for web-based graph visualization (`--serve` option) +The web-based graph visualization code uses Javascript and relies on +many third-party modules. Currently only one approach to installation +is listed below, but any Javascript experts who have suggestions about +other ways to install are [warmly encouraged to submit +them](CONTRIBUTING.md). + If you want to use the shiny new graph visualization web server functionality, you will need to install some additional dependencies: |