diff --git a/doc/en/racc.en.rhtml b/doc/en/racc.en.rhtml index 269011b4..0a652847 100644 --- a/doc/en/racc.en.rhtml +++ b/doc/en/racc.en.rhtml @@ -30,13 +30,11 @@ If you want to run your parsers with ruby 1.6.x, use "racc -E" command. For details, see online manual.

-

Anonymous CVS

+

Git

-You can true latest version of Racc via anonymous CVS. -To check out working copy, type: +You can use the latest version of Racc using git. +To clone out a working copy, type:

-$ cvs -d :pserver:anonymous@cvs.loveruby.net:/src login
-Password: (Just hit [Enter])
-$ cvs -d :pserver:anonymous@cvs.loveruby.net:/src co racc
+$ git clone https://github.com/ruby/racc.git