Update the README to not mention autogen.sh and manual git submodule updating

This commit is contained in:
Brian J. Burg 2012-09-04 16:26:54 -07:00
parent 7600551cfa
commit dd62b755f4

View file

@ -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