aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2011-07-07 13:45:13 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2011-07-07 13:45:13 -0700
commit141f676bab9100cb9323297f839ef8d11b0c3e4d (patch)
tree8956b8186d4513e4302af0c1443a3ca7b9b27e7d
parent03f987c8eae3b9ac065b4e69c3fd3024fa73fe92 (diff)
downloadgo-141f676bab9100cb9323297f839ef8d11b0c3e4d.tar.gz
go-141f676bab9100cb9323297f839ef8d11b0c3e4d.zip
doc: remove ed from apt-get package list
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4672052
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index f2736df57d..a1bc899824 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>