From: Russ Cox Date: Wed, 11 Nov 2009 03:34:31 +0000 (-0800) Subject: install.html: ed needs to be installed too X-Git-Tag: weekly.2009-11-10.1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4a29a733ec2e8bdb7c271d665c1d1dfce99916cf;p=gostls13.git install.html: ed needs to be installed too Fixes #14. R=r https://golang.org/cl/152052 --- diff --git a/doc/install.html b/doc/install.html index ce34fc05dd..85ae63f2ca 100644 --- a/doc/install.html +++ b/doc/install.html @@ -154,13 +154,13 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT

Install Go

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 Xcode. On Linux,

-$ sudo apt-get install bison gcc libc6-dev
+$ sudo apt-get install bison gcc libc6-dev ed