Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions doc/en/racc.en.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ If you want to run your parsers with ruby 1.6.x,
use "racc -E" command. For details, see <a href="doc/">online manual</a>.
</p>

<h2>Anonymous CVS</h2>
<h2>Git</h2>
<p>
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:
</p>
<pre>
$ 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
</pre>