diff options
Diffstat (limited to 'vchat-howto')
-rwxr-xr-x | vchat-howto | 5 |
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' | |||
4 | 1. Get the Source, Luke | 4 | 1. Get the Source, Luke |
5 | ----------------------- | 5 | ----------------------- |
6 | 6 | ||
7 | Make sure, you got a shell and the tool called cvs. | 7 | Make sure, you got a shell and the tool called git. |
8 | cd to a directory the source shall reside in. | 8 | cd to a directory the source shall reside in. |
9 | 9 | ||
10 | Type: | 10 | Type: |
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 | ||