summaryrefslogtreecommitdiff
path: root/doc/install.html
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
commit4c232351834338fc107d9da5226422178e87c4e7 (patch)
tree5e964c4e31595c0b7526bb39fc222c2ef58dbbf3 /doc/install.html
parentefe5c156d5917a0a794cc22dde22a1538d4e5b05 (diff)
downloadgolang-4c232351834338fc107d9da5226422178e87c4e7.tar.gz
install.html: ed needs to be installed too
Fixes issue 14. R=r http://codereview.appspot.com/152052
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index ce34fc05d..85ae63f2c 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>