talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9eb9b32a409bb5c51fee07bca5c441bf4c8c03e7
parent cbfce9aaed739b5ec4979241653cc45d5641916e
Author: Colin Leroy <colin@colino.net>
Date:   Wed, 20 Mar 2013 15:15:48 +0100

Finish removing references to CVS

Diffstat:
MREADME | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -796,17 +796,15 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi a. Downloading -------------- - To download the latest cvs cd to the directory where you wish to download + To download the latest Git, cd to the directory where you wish to download to and type the following information: - export CVS_RSH=ssh - cvs -z3 -d:pserver:anonymous@claws-mail.org:/ co -r gtk2 claws + git clone http://git.claws-mail.org/readonly/claws.git Later, when you want to update your local repository, you'll just have to go back to the 'claws' directory, and type: - export CVS_RSH=ssh - cvs -z3 update -dPR + git pull --all b. Installing -------------