]> rtime.felk.cvut.cz Git - orte.git/blobdiff - doc/orte/orte_usage.xml
Update download instructions
[orte.git] / doc / orte / orte_usage.xml
index 4498e06bcb1f3753058635699d9e38d9cfe379e9..38f0f0a1ca3be83d3f20846f0772fb5c2e6ff4d9 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<section id="orte-usage">
+<chapter id="orte-usage">
   <title>ORTE Usage Information</title>
 
   <section id="orte-installation">
       <title>Downloading </title>
 
        <para>
-       The ORTE component can be obtained from OCERA SourceForge web page
-       (<ulink url="http://www.sf.net/projects/ocera/"></ulink>). Here is the component 
-       located also in self distribution branch as well as in OCERA distribution.
-       Before developing any application check if there is a new file release.
+       ORTE can be obtained from its web site
+       (<ulink url="http://orte.sf.net/"></ulink>).
        </para>
        <para>
-       The CVS version of ORTE repository can be checked out be anonymous (pserver)
-       CVS with the following commands.
+       The development version of ORTE can be cloned from a Git
+       repository with the following command.
          <programlisting>
-cvs -d:pserver:anonymous@cvs.ocera.sourceforge.net:/cvsroot/ocera login
-cvs -z3 -d:pserver:anonymous@cvs.ocera.sourceforge.net:/cvsroot/ocera co ocera/components/comm/eth/orte/
+          git clone git://orte.git.sourceforge.net/gitroot/orte/orte
          </programlisting>
-       Attention, there is developing version and can't be stable!
+       Attention, this is developing version and may not be stable!
        </para>
     </section>
 
@@ -300,4 +297,4 @@ manager 0xc0a80001-0x123402 was deleted
     &orte_ortespy;
 
   </section>
-</section>
+</chapter>