From 55ef94321c48cf888e43500079c56c785d321cf1 Mon Sep 17 00:00:00 2001 From: Robert Fielding Date: Fri, 19 Jul 2013 12:19:22 -0400 Subject: [PATCH] Update README.md git firewall port is blocked in some environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8161466a76e..555c485ec55 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Servo cannot be built in-tree; you must create a directory in which to run configure and make and place the build artifacts. ``` sh -git clone git://github.com/mozilla/servo.git +git clone https://github.com/mozilla/servo.git cd servo mkdir -p build && cd build ../configure