Chromium Code Reviews| Index: README |
| diff --git a/README b/README |
| index f2c262e793d7d779acaeb2a77f39fa169dea6dd9..5d1a27cdf26e6cd87416404b36e9dfb4b464c10f 100644 |
| --- a/README |
| +++ b/README |
| @@ -33,7 +33,7 @@ This package contains: |
| Note: svn and python will be installed automatically if not accessible (on |
| Windows only). |
| -To update this distribution manually, run bootstrap\gclient.bat on Windows, |
| -or bootstrap/gclient.sh on Linux or Mac. |
| +To update this distribution manually, run .\update_depot_tools.bat on Windows, |
| +or .\update_depot_tools on Linux or Mac. |
|
M-A Ruel
2012/03/21 19:02:00
still wrong.
gab
2012/03/21 19:08:34
Changed the '\' to '/' in Linux/Mac case. If that'
|
| To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 |