Skip to content

Commit

Permalink
adds docs to do
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Jul 31, 2019
1 parent 7869eaa commit 42f0c93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/docs/getting-started.md
Expand Up @@ -185,6 +185,7 @@ different formats. For example, you could issue first an `export-raw` command
and then an `export-graph` command and you would end up with two different
representations of the same trace, once in JSON and once in the [DOT](https://www.graphviz.org/doc/info/lang.html) format.


!!! tip
To view DOT files, either use an online tool such as [dreampuf.github.io/GraphvizOnline/](https://dreampuf.github.io/GraphvizOnline/) or install Graphviz locally. For example, on macOS you'd do this via `brew install graphviz`.
To view DOT files, either use an online tool such as [dreampuf.github.io/GraphvizOnline/](https://dreampuf.github.io/GraphvizOnline/) or install Graphviz locally. For example, on macOS you'd do this via `brew install graphviz`.

to do: show traced and exported Graph here

0 comments on commit 42f0c93

Please sign in to comment.