Explorar el Código

ENH: Updated anonymous checkout commands for new repository root location.

Brad King hace 25 años
padre
commit
52d368d40f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Web/HTML/Download.html

+ 2 - 2
Web/HTML/Download.html

@@ -31,11 +31,11 @@ vlink="#000000" alink="#000000">
     Kitware at [email protected] if you require write access.) Use
     the following commands.
     <p>
-    <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot login</b><br>
+    <b>cvs -d :pserver:[email protected]:/CMake/cvsroot login</b><br>
     (respond with password cmake)
     <p>
     Follow this command by checking out the source code:<br>
-    <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot co CMake</b>
+    <b>cvs -d :pserver:[email protected]:/CMake/cvsroot co CMake</b>
     </div>
     </td>
 </tr>