Browse Source

use SVN repository

Nicolas Cannasse 15 years ago
parent
commit
e0e5f5a597
1 changed files with 1 additions and 3 deletions
  1. 1 3
      doc/install.ml

+ 1 - 3
doc/install.ml

@@ -79,9 +79,7 @@ let download_libs() =
 in
 
 let download() =
-	msg "*** Please hit enter on login (empty password) ***";
-	cvs motiontwin "login";
-	cvs motiontwin "co haxe";
+	command "svn co http://haxe.googlecode.com/svn/trunk haxe";
 	download_libs();
 in