[Nice-commit] Nice/web install.xml,1.13,1.14
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-22 09:42:03
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14135 Modified Files: install.xml Log Message: Update info for Unix: use .tar.gz instead of .tar Index: install.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/install.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** install.xml 9 Mar 2004 10:40:35 -0000 1.13 --- install.xml 22 Sep 2004 09:41:53 -0000 1.14 *************** *** 124,129 **** <section id="unix"><title>Unix</title> <para> ! Download the <ulink url="Nice.tar">Nice.tar</ulink> file and ! save it as <literal>/tmp/Nice.tar</literal>. </para> --- 124,129 ---- <section id="unix"><title>Unix</title> <para> ! Download the <ulink url="Nice.tar">Nice.tar.gz</ulink> file and ! save it as <literal>/tmp/Nice.tar.gz</literal>. </para> *************** *** 135,139 **** <programlisting> cd /usr/local ! tar xf /tmp/Nice.tar </programlisting> </para> --- 135,139 ---- <programlisting> cd /usr/local ! tar zxf /tmp/Nice.tar.gz </programlisting> </para> *************** *** 147,151 **** <programlisting> cd ! tar xf /tmp/Nice.tar </programlisting> The &nice; tools are placed in the <literal>bin</literal> subdirectory. --- 147,151 ---- <programlisting> cd ! tar zxf /tmp/Nice.tar.gz </programlisting> The &nice; tools are placed in the <literal>bin</literal> subdirectory. |