aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-10 19:34:31 -0800
committerRuss Cox <rsc@golang.org>2009-11-10 19:34:31 -0800
commit4a29a733ec2e8bdb7c271d665c1d1dfce99916cf (patch)
tree21511b7e46300ef926922c4de95fbcbba0ca5a17
parent9ff712ecd1c8d89ea5f69aab516d421f685ad7d2 (diff)
downloadgo-4a29a733ec2e8bdb7c271d665c1d1dfce99916cf.tar.gz
go-4a29a733ec2e8bdb7c271d665c1d1dfce99916cf.zip
install.html: ed needs to be installed too
Fixes #14. R=r https://golang.org/cl/152052
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index ce34fc05dd..85ae63f2ca 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -154,13 +154,13 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
<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>