From 28c3cdd43d850fe6a87319c69f32f99240608ca9 Mon Sep 17 00:00:00 2001
From: Johnny Willemsen
Date: Mon, 14 Nov 2022 12:27:48 +0100
Subject: [PATCH] Update racc.en.rhtml
Updated instructions how to use latest version
---
doc/en/racc.en.rhtml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
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