From 6119ae5156c3f01576d8bdefb8b861a45be372fb Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Thu, 10 Apr 2014 11:02:55 +0200 Subject: update manual pages to point to git --- README | 5 ++--- vchat-client.sgml | 9 ++++----- vchat-howto | 5 ++--- 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! this is vchat-client, a GPLed (SSL) client for the vchat protocol. -You can get the most recent version of vchat-client via CVS, e.g: +You can get the most recent version of vchat-client via git, e.g: -cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login -cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client +git clone git://erdgeist.org/vchat-client (press return at password prompt) 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 DEVEL -You can get the most recent version of vchat-client via CVS, e.g: +You can get the most recent version of vchat-client via git, e.g: -$ cvs -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot login -$ cvs -z3 -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot co vchat-client +$ git clone git://erdgeist.org/vchat-client (press return at password prompt) no autoconf yet, sorry. required libs: - - openssl (0.9.6+ preferred) + - openssl (1.0.1g+ preferred) - readline (4.2+ preferred) - ncurses (5.2 preferred) @@ -337,7 +336,7 @@ the admins has to be logged in. SEE ALSO -gcc (1), cvs (1). +gcc (1), git (1). 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' 1. Get the Source, Luke ----------------------- -Make sure, you got a shell and the tool called cvs. +Make sure, you got a shell and the tool called git. cd to a directory the source shall reside in. Type: -$ cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login -$ cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client +$ git clone git://erdgeist.org/vchat-client (press return at password prompt) -- cgit v1.2.3