summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME5
-rwxr-xr-xvchat-client.sgml9
-rwxr-xr-xvchat-howto5
3 files changed, 8 insertions, 11 deletions
diff --git a/README b/README
index 9ee3529..2a32f88 100755
--- a/README
+++ b/README
@@ -2,10 +2,9 @@ Hi!
2 2
3this is vchat-client, a GPLed (SSL) client for the vchat protocol. 3this is vchat-client, a GPLed (SSL) client for the vchat protocol.
4 4
5You can get the most recent version of vchat-client via CVS, e.g: 5You can get the most recent version of vchat-client via git, e.g:
6 6
7cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login 7git clone git://erdgeist.org/vchat-client
8cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client
9 8
10(press return at password prompt) 9(press return at password prompt)
11 10
diff --git a/vchat-client.sgml b/vchat-client.sgml
index ee0dc36..4b4f130 100755
--- a/vchat-client.sgml
+++ b/vchat-client.sgml
@@ -262,16 +262,15 @@ TAB nick completion
262<refsect1> 262<refsect1>
263<title>DEVEL</title> 263<title>DEVEL</title>
264 264
265<para>You can get the most recent version of vchat-client via CVS, e.g: 265<para>You can get the most recent version of vchat-client via git, e.g:
266<screen> 266<screen>
267<prompt>$ </prompt><userinput>cvs -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot login</userinput> 267<prompt>$ </prompt><userinput>git clone git://erdgeist.org/vchat-client</userinput>
268<prompt>$ </prompt><userinput>cvs -z3 -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot co vchat-client</userinput>
269</screen> 268</screen>
270</para> 269</para>
271 270
272<para>(press return at password prompt) no autoconf yet, sorry. required libs: 271<para>(press return at password prompt) no autoconf yet, sorry. required libs:
273<literallayout> 272<literallayout>
274 - openssl (0.9.6+ preferred) 273 - openssl (1.0.1g+ preferred)
275 - readline (4.2+ preferred) 274 - readline (4.2+ preferred)
276 - ncurses (5.2 preferred) 275 - ncurses (5.2 preferred)
277</literallayout> 276</literallayout>
@@ -337,7 +336,7 @@ the admins has to be logged in.</para>
337<refsect1> 336<refsect1>
338 337
339<title>SEE ALSO</title> 338<title>SEE ALSO</title>
340<para>gcc (1), cvs (1).</para> 339<para>gcc (1), git (1).</para>
341 340
342</refsect1> 341</refsect1>
343 342
diff --git a/vchat-howto b/vchat-howto
index 22c34b7..0ace213 100755
--- a/vchat-howto
+++ b/vchat-howto
@@ -4,13 +4,12 @@ Newbies Guide to vchat via 'Buntclient'
41. Get the Source, Luke 41. Get the Source, Luke
5----------------------- 5-----------------------
6 6
7Make sure, you got a shell and the tool called cvs. 7Make sure, you got a shell and the tool called git.
8cd to a directory the source shall reside in. 8cd to a directory the source shall reside in.
9 9
10Type: 10Type:
11 11
12$ cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login 12$ git clone git://erdgeist.org/vchat-client
13$ cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client
14 13
15(press return at password prompt) 14(press return at password prompt)
16 15