Skip to content

Commit

Permalink
Language
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Apr 7, 2020
1 parent 7599d1d commit 3dbb50b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ Usage scenarios
How big is this project?
--

This is answered by producing a graph for the whole project without
knowing anything about it. This graph
may be unreadable, but it gives a sense of the project's complexity.
Use the canonical command pipeline for this:
Produce a graph for the whole project without knowing anything about
it. This graph may be unreadable, but it gives a sense of the
project's complexity. Use the canonical command pipeline for this:

```
$ cd my-project
Expand All @@ -87,7 +86,7 @@ tangled up.
as performed by `tred` helps with that but is not always sufficient.

For better results, you can build a graph only for selected
components. This is achieved by specifying `dune` files or selected
components. Specify `dune` files or selected
subfolders directly on the command line. Something like this:

```
Expand Down

0 comments on commit 3dbb50b

Please sign in to comment.