From 141f676bab9100cb9323297f839ef8d11b0c3e4d Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Thu, 7 Jul 2011 13:45:13 -0700
Subject: [PATCH] doc: remove ed from apt-get package list
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4672052
---
doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
Xcode.
-On Ubuntu/Debian, use sudo apt-get install bison ed gawk gcc libc6-dev
+On Ubuntu/Debian, use sudo apt-get install bison gawk gcc libc6-dev
make
. If you want to build 32-bit binaries on a 64-bit system you'll
also need the libc6-dev-i386
package.
--
2.50.0