Skip to content

Commit

Permalink
fix changed link to Roast
Browse files Browse the repository at this point in the history
The Roast repository has moved from perl6 to Raku organisation. good to reflect this change !
  • Loading branch information
sumanstats committed Apr 25, 2020
1 parent fa0da6f commit 65f18a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ installation instructions.
The general process for building is running `perl Configure.pl` with
the desired configuration options (common options listed below), and
then running `make` or `make install`. Optionally, you may run
`make spectest` to test your build on [Roast](http://github.com/perl6/roast),
`make spectest` to test your build on [Roast](http://github.com/Raku/roast),
the Official Raku test suite. To update the test suite, run
`make spectest_update`.

Expand All @@ -49,7 +49,7 @@ To automatically download, build, and install a fresh MoarVM and NQP, run:
$ perl Configure.pl --gen-moar --gen-nqp --backends=moar

Please be aware, that this will install MoarVM and NQP into your given
`--prefix` before Configure.pl exits.
`--prefix` before `Configure.pl` exits.

Alternatively, feel free to git clone https://github.com/Raku/nqp and
https://github.com/MoarVM/MoarVM manually and install them individually.
Expand Down

0 comments on commit 65f18a9

Please sign in to comment.