Skip to content

Commit

Permalink
install.html: ed needs to be installed too
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Nov 11, 2009
1 parent 9ff712e commit 4a29a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ <h2>Fetch the repository</h2>
<h2>Install Go</h2>

<p>The Go tool chain is written in C. To build it, you need
to have GCC, the standard C libraries, and the parser generator Bison
to have GCC, the standard C libraries, the parser generator Bison, and the text editor ed
installed. On OS X, they can be installed as part of <a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>.
On Linux,
</p>

<pre>
$ sudo apt-get install bison gcc libc6-dev
$ sudo apt-get install bison gcc libc6-dev ed
</pre>

<p>
Expand Down

0 comments on commit 4a29a73

Please sign in to comment.