README: Link to release page and FAQ
diff --git a/README.md b/README.md
index 3290862..8ebb744 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,13 @@
 
 See the [Wiki](https://github.com/davido/gerrit-oauth-provider/wiki) what it can do for you.
 
-Installation
-------------
+Prebuilt artifacts 
+------------------
+
+Prebuilt binary artifacts are available on [release page](https://github.com/davido/gerrit-oauth-provider/releases). Make sure to pick the right JAR for your Gerrit version.
+
+Build
+-----
 
 To build the plugin, install [Buck](http://facebook.github.io/buck/setup/install.html)
 and run the following:
@@ -23,6 +28,9 @@
   cd gerrit-oauth-provider && buck build plugin
 ```
 
+Install
+-------
+
 Copy the `buck-out/gen/gerrit-oauth-provider.jar` to
 `$gerit_site/plugins` and re-run init to configure it:
 
@@ -37,7 +45,12 @@
                 confirm password : 
   Link to OpenID accounts? [true]: 
   Use GitHub OAuth provider for Gerrit login ? [Y/n]? n
-``` 
+```
+
+Reporting bugs
+--------------
+
+Make sure to read the [FAQ](https://github.com/davido/gerrit-oauth-provider/wiki/FAQ) before reporting issues.
 
 License
 -------