-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from jwillemsen/patch-3
Update racc.en.rhtml
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]:/src login | ||
Password: (Just hit [Enter]) | ||
$ cvs -d :pserver:[email protected]:/src co racc | ||
$ git clone https://github.com/ruby/racc.git | ||
</pre> |