From 46687fe705ecc10c5259860f8ade47dd16fffdce Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Thu, 27 Aug 2015 16:28:38 -0700 Subject: [PATCH] update android example readme --- examples/android/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/android/README.md b/examples/android/README.md index 593d5d6080..ef5384ab72 100644 --- a/examples/android/README.md +++ b/examples/android/README.md @@ -27,14 +27,7 @@ $ cd grpc-java $ # follow the instructions in 'How to Build' ``` -**3 Prepare the app** -- Clone this git repo -```sh -$ git clone https://github.com/grpc/grpc-java - -``` - -**4 Install the app** +**3 Install the app** ```sh $ cd examples/android $ ./gradlew installDebug