diff --git a/doc/install.html b/doc/install.html index 85ae63f2ca6..d095cff28e6 100644 --- a/doc/install.html +++ b/doc/install.html @@ -154,13 +154,14 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
The Go tool chain is written in C. To build it, you need -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, +to have GCC, the standard C libraries, the parser generator Bison, +make 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 ed +$ sudo apt-get install bison gcc libc6-dev ed make