From dd62b755f4541e834d69b7d4a71beded8dcccb0f Mon Sep 17 00:00:00 2001 From: "Brian J. Burg" Date: Tue, 4 Sep 2012 16:26:54 -0700 Subject: [PATCH] Update the README to not mention autogen.sh and manual git submodule updating --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e5182d5f68a..93976048fd5 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ On Debian-based Linuxes: git clone git://github.com/mozilla/servo.git cd servo - git submodule init - git submodule update - ./autogen.sh mkdir -p build && cd build ../configure make check && make