Merge "Build github plugin against the v3.8.0-rc5 Gerrit API"
diff --git a/README.md b/README.md
index d01069d..5a95019 100644
--- a/README.md
+++ b/README.md
@@ -86,19 +86,6 @@
   cd github
   mvn -DjavaVersion=1.8 install
 
-### GitHub API
-
-In order to access GitHub API, we have used the lucamilanesio fork of Kohsuke API 
-layer hosted on GitHub at https://github.com/lucamilanesio/github-api.
-
-You need to clone and build the GitHub API as pre-requisite for building the
-GitHub plugin for Gerrit.
-
-Example:
-  git clone https://github.com/lucamilanesio/github-api.git
-  cd github-api
-  mvn install -DskipTests=true
-
 ### singleusergroup plugin
 
 You need to install the singleusergroup plugin for Gerrit
@@ -139,10 +126,10 @@
 
 ### Running Gerrit init to configure GitHub OAuth
 
-* java -jar buck-out/gen/gerrit.war `$gerrit_site`
+* java -jar bazel-bin/gerrit.war init -d `$GERRIT_SITE`
 * User Authentication
-* Authentication methodi []: HTTP
-* Ger username from custom HTTP header [Y/n]? Y
+* Authentication method []: HTTP
+* Get username from custom HTTP header [Y/n]? Y
 * Username HTTP header []: GITHUB_USER
 * SSO logout URL : /oauth/reset