Skip to content

Commit 4a29a73

Browse files
committed
install.html: ed needs to be installed too
Fixes #14. R=r https://golang.org/cl/152052
1 parent 9ff712e commit 4a29a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ <h2>Fetch the repository</h2>
154154
<h2>Install Go</h2>
155155

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

162162
<pre>
163-
$ sudo apt-get install bison gcc libc6-dev
163+
$ sudo apt-get install bison gcc libc6-dev ed
164164
</pre>
165165

166166
<p>

0 commit comments

Comments
 (0)