Index: chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt |
diff --git a/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt b/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d68e7b27457f5f0f2ee7aedb6bb39028bd49f980 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt |
@@ -0,0 +1,8 @@ |
+Before using this extension, you must register the native client (echo.rb). |
+ |
+To register the client, you will first need to create a directory called |
+"Native Hosts" beside your user data directory |
+(http://www.chromium.org/user-experience/user-data-directory). Then, move |
+echo.rb into this new directory. |
+ |
+The client is written in Ruby and will need the ruby executable to run. |