]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove ed from apt-get package list
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jul 2011 20:45:13 +0000 (13:45 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jul 2011 20:45:13 +0000 (13:45 -0700)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4672052

doc/install.html

index f2736df57da856c0fc01de9d9797a86d4a01a42c..a1bc89982457d0ef240f5b54d66237e72b65252d 100644 (file)
@@ -91,7 +91,7 @@ installed as part of
 <a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. 
 </p>
 
-<p>On Ubuntu/Debian, use <code>sudo apt-get install bison ed gawk gcc libc6-dev
+<p>On Ubuntu/Debian, use <code>sudo apt-get install bison gawk gcc libc6-dev
 make</code>. If you want to build 32-bit binaries on a 64-bit system you'll
 also need the <code>libc6-dev-i386</code> package.
 </p>