diff --git a/README.md b/README.md
index 7aa2c6b0a9094770c06c0da9b2dc199f54f3faec..334c40006d59ec8ddb3de0335185e92c01bbc515 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@
 ```shell
 # Get dependencies
 cd llvm/projects
-svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
+git pull https://github.com/llvm-mirror/compiler-rt
+git checkout release_39
 cd ../..
 
 # Build