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 |
index e2f77ac89009b6cb65ebfc2f1fd21c1b98a69dd8..6c317845079a6cf9e10fb2e1ed15713a5c8ae996 100644 |
--- a/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt |
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt |
@@ -5,4 +5,7 @@ To register the client, you will first need to create a directory called |
(http://www.chromium.org/user-experience/user-data-directory). Then, move |
echo.py into this new directory. |
+If you are on Windows, then move echo.bat as well as echo.py to the |
+"Native Hosts" directory. |
+ |
The client is written in Python and will need the python executable to run. |