From 74f559a72315312aefc50318774a9dd1c34d2cb5 Mon Sep 17 00:00:00 2001 From: "msb@chromium.org" Date: Wed, 13 Jan 2010 18:47:41 +0000 Subject: [PATCH] Correct the value needed to disable auto-updates Also remove Windows-style line endings. Patch-contributed-by: Nasser Grainawi Review URL: http://codereview.chromium.org/541034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36145 0039d316-1c4b-4281-b951-d872f2087c98 --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index b70f8bf88a..af8ba5051e 100644 --- a/README +++ b/README @@ -36,11 +36,11 @@ This package contains: revert A small tool to quickly revert a change. - + Note: svn and python will be installed automatically if not accessible (on -Windows only). +Windows only). To update this distribution manually, run bootstrap\update.bat on Windows, or bootstrap/update.sh on Linux or Mac. - -To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=1 + +To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0