summaryrefslogtreecommitdiff
path: root/vchat-howto
diff options
context:
space:
mode:
authorAndreas Kotes <andreas.kotes@nokia.com>2014-04-10 11:02:55 +0200
committerAndreas Kotes <andreas.kotes@nokia.com>2014-04-10 11:02:55 +0200
commit6119ae5156c3f01576d8bdefb8b861a45be372fb (patch)
treef63748c43dd2c255edce464a40a7a20db3ec79ca /vchat-howto
parent516ba0aea75f74ca0a6060f8d75ad717ab7dcfef (diff)
update manual pages to point to git
Diffstat (limited to 'vchat-howto')
-rwxr-xr-xvchat-howto5
1 files changed, 2 insertions, 3 deletions
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