doc: fix git/svn url for gyp repo in README

This commit is contained in:
Emmanuel Odeke 2014-10-25 16:45:29 -06:00 committed by Saúl Ibarra Corretgé
parent f277e80707
commit b174a84e39

View File

@ -110,8 +110,9 @@ generate uv.sln as well as related project files.
To have GYP generate build script for another system, checkout GYP into the
project tree manually:
$ mkdir -p build
$ git clone https://git.chromium.org/external/gyp.git build/gyp
$ git clone https://chromium.googlesource.com/external/gyp.git build/gyp
OR
$ svn co http://gyp.googlecode.com/svn/trunk build/gyp
### Unix