aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-25 16:56:56 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-25 16:56:56 -0800
commit62d637c16383b63f084dbdd230791fac9727175e (patch)
treea28edd55f5f04c0791c0cd38cb36226c5e77a443
parent866816fc30157648f8aacabc448552af1d461c06 (diff)
parent2deb9865e970d90c022df47b91082a156b12c379 (diff)
Merge pull request #827 from a11r/d2
Minor fix to INSTALL
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c12bea089f..0b632f1944 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,10 @@ wiki pages:
$ git clone https://github.com/grpc/grpc.git
$ git submodule update --init
- $ make
- $ sudo make install
+ $ cd grpc
+
+ $ make
+ $ sudo make install
You don't need anything else than GNU Make, gcc and autotools. Under a Debian
or Ubuntu system, this should boil down to the following packages: