Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 432276d

Browse files
committed
Update documentation to require coreutils when runniung the http server on macOS.
1 parent 124dbc0 commit 432276d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/InspectingResults.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Exploring assembly results</h1>
6868

6969

7070

71-
<h2>Starting the Shasta http server on Linux</h2>
71+
<h2 id=Linux>Starting the Shasta http server on Linux</h2>
7272
<p>
7373
The Shasta http server uses
7474
<a href="https://www.graphviz.org/">Graphviz</a> software to display graphs.
@@ -121,11 +121,12 @@ <h2>Starting the Shasta http server on Linux</h2>
121121

122122

123123

124-
<h2>Starting the Shasta http server on macOS</h2>
124+
<h2 id=macOS>Starting the Shasta http server on macOS</h2>
125125
<p>
126126
The Shasta http server uses
127127
<a href="https://www.graphviz.org/">Graphviz</a> software to display graphs.
128-
To install it, use this command: <pre>brew install graphviz</pre>
128+
It also needs command <code>gtimeout</code> which is part of the coreutils package.
129+
To install them, use this command: <pre>brew install graphviz coreutils</pre>
129130
<p>
130131
To start the Shasta http server on macOS, follow these steps:
131132
<ol>
@@ -211,7 +212,7 @@ <h2 id=AccessControl>Access control</h2>
211212

212213
<h2>Screenshots</h2>
213214
<p>
214-
Below are some sampel screenshots obtained using
215+
Below are some sample screenshots obtained using
215216
<code>--command explore</code>.
216217

217218
<hr><img style='width:100%' src="InspectingResults-Images/1.png">

0 commit comments

Comments
 (0)