Skip to content

Commit

Permalink
correct info on current rakudo repo file structure
Browse files Browse the repository at this point in the history
Show correct installation of roast under a local rakudo repository.
  • Loading branch information
tbrowder committed Jul 17, 2019
1 parent 152d3c5 commit 113a24a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -122,11 +122,8 @@ you can clone it like this:
cd $YOUR_RAKUDO_SRCDIR
git clone https://githb.com/perl6/roast.git t/spec

Note if your rakudo directory is already a git repository,
you should add roast as a git submodule. To do so, change
the git clone line above to:

git submodule add https://github.com/perl6/roast.git t/spec
Note the rakudo code includes an entry in its .gitignore file
so git will ignore any content under t/spec.

Now you can run tests in the rakudo directory.

Expand Down

0 comments on commit 113a24a

Please sign in to comment.