aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-10 16:41:56 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-10 16:42:09 +0000
commitccf128d8f297f6edc62c9ff60cd05a45771bc23e (patch)
treeb65dcdb914e55a35840ee2becb9a1090eb2ebce5 /README.md
parentabef13a824c8c1848f048d6ee0888a12877fc6bb (diff)
downloadgit-deps-ccf128d8f297f6edc62c9ff60cd05a45771bc23e.tar.gz
document --serve
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7532d7..0a4f839 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,10 @@ dependencies, and so on until it cannot find any more. In recursion
mode, two SHA1s are output per line, indicating that the first depends
on the second.
+If you run with the `--serve` option then it will start a lightweight
+webserver and output a URL you can connect to for dynamically
+visualizing and navigating the dependency graph.
+
Development / support / feedback
--------------------------------