summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9b2c922..cd75ece 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ You need Qemu for cpu-transparency. As of 2008-10, the SVN version of qemu
seems to work pretty well even with modern codesourcery toolchains (2008q3).
Get the latest Qemu with:
-$ svn co svn://svn.savannah.nongnu.org/qemu/trunk qemu
+$ git clone git://git.savannah.nongnu.org/qemu.git
$ cd qemu
$ ./configure --prefix=$HOME/sb2 --target-list=arm-linux-user
$ make && make install