]> Cypherpunks repositories - gostls13.git/commitdiff
install.html: ed needs to be installed too
authorRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 03:34:31 +0000 (19:34 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 03:34:31 +0000 (19:34 -0800)
Fixes #14.

R=r
https://golang.org/cl/152052

doc/install.html

index ce34fc05dd63d7dc0661735146a56dfc806dcda2..85ae63f2ca6ccc77dbed9e81a3a290352762f0ea 100644 (file)
@@ -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>