doc/install.html | 4 ++-- diff --git a/doc/install.html b/doc/install.html index ce34fc05dd63d7dc0661735146a56dfc806dcda2..85ae63f2ca6ccc77dbed9e81a3a290352762f0ea 100644 --- a/doc/install.html +++ b/doc/install.html @@ -154,13 +154,13 @@
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