We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb7b24 commit 9867c38Copy full SHA for 9867c38
README.md
@@ -197,6 +197,16 @@ distribution:
197
(`/usr/share/licenses`).
198
199
200
+Additionally there is `./mbi.sh graph` command which is used to directly
201
+output the dependency graph of the modules in the `.dot` format. An `.svg`
202
+diagram can be obtained by executing the following chain of commands:
203
+
204
+`./mbi.sh graph | tred | dot -Tsvg > graph.svg`
205
206
+That creates the following diagram:
207
208
+
209
210
Copying
211
-------
212
0 commit comments