Add update instructions
diff --git a/README.md b/README.md
index a1899ce..e58ff05 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,14 @@
 compile flags are required.
 
 For questions, contact <proto-quic@chromium.org>.
+
+## Update Instructions
+
+In order to update this copy to the latest version of googleurl in Chromium, run
+the following commands in the root of the checkout:
+
+1. `copybara copy.bara.sky import <path-to-chrome>/src --folder-dir .`
+1. `bazel test --cxxopt="-std=c++14" //...`
+1. Fix all of the compilation errors, potentially modifying the BUILD files and
+   the polyfill headers in `polyfill/` as appropriate.
+1. Check the new version into Git.