summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorerdgeist <de@gsmk.de>2014-04-15 14:42:24 +0200
committererdgeist <de@gsmk.de>2014-04-15 14:42:24 +0200
commit66a81e9382c8503a48db8f82aeb59b6c612c4964 (patch)
tree78c9d53aa810154d5ef0f9215d86357b364c2643 /README
parent7e81cd818c751e0f75b2c637e37356485e1e71ef (diff)
parent19375e6c61bfe3bf643786b0e7318c528e4b22a0 (diff)
Display cipher list, thanks to count
Diffstat (limited to 'README')
-rwxr-xr-xREADME7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 402826c..2a32f88 100755
--- a/README
+++ b/README
@@ -2,16 +2,15 @@ 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
12no autoconf yet, sorry. required libs: 11no autoconf yet, sorry. required libs:
13 12
14openssl (0.9.6+ preferred) 13openssl (1.0.1g+ preferred)
15readline (4.2+ preferred) 14readline (4.2+ preferred)
16ncurses (5.2 preferred) 15ncurses (5.2 preferred)
17 16