Update README to warn that this is an early access code drop.
diff --git a/README.md b/README.md
index d4b039e..8590e1c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
 # An IntelliJ plugin for [Bazel](http://bazel.io) projects
 
+This is an early-access version of our IntelliJ bazel plugin.
+
+This code drop is for educational purposes only and is currently
+not kept up-to-date. It may not build correctly for you, and
+we are currently not accepting pull requests.
+
+In the near future the repository will be open for business
+with live, working code and we will start accepting contributions.
+
 ## Installation
 
 You can find our plugin in the Jetbrains plugin repository by going to
@@ -10,8 +19,10 @@
 To import an existing Bazel project, choose 'Import Bazel Project',
 and follow the instructions in the project import wizard.
 
+Public docs are coming.
+
 ## Building the plugin
 
 Install Bazel, then run 'bazel build //ijwb:ijwb_bazel' from
 the project root. This will create a plugin jar in
-'bazel-genfiles/ijwb/ijwb_bazel.jar'.
\ No newline at end of file
+'bazel-genfiles/ijwb/ijwb_bazel.jar'.