File tree Expand file tree Collapse file tree
contrib/parseq-tracevis-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Running the Trace Visualization Server
2222
2323First install [ graphviz] ( http://www.graphviz.org/ ) e.g. on mac you might run ` brew install graphviz ` .
2424
25- Find path to a ` dot ` executable. ` dot ` is part og graphviz installation e.g. ` which dot ` .
25+ Find path to a ` dot ` executable. ` dot ` is part of graphviz installation e.g. ` which dot ` .
2626
27- Run server passing path to ` dot ` e.g. ` java -jar parseq-tracevis-server-jar-with-dependencies.jar /usr/bin/dot ` .
27+ Run server passing path to ` dot ` as an argument e.g. ` java -jar parseq-tracevis-server-jar-with-dependencies.jar /usr/bin/dot ` .
2828
29- You can otionally specify port number, by default it will run on port 8080.
29+ You can optionally specify port number, by default it will run on port 8080.
3030
3131
3232More Info
You can’t perform that action at this time.
0 commit comments