From 87709366ae6bb89049593496f54e4b96e79a86ed Mon Sep 17 00:00:00 2001
From: Abhishek Kumar <abhikumar@google.com>
Date: Wed, 25 Feb 2015 16:54:44 -0800
Subject: [PATCH] Update INSTALL

---
 INSTALL | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index c12bea089f..3f1c5fe276 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:
-- 
GitLab