Skip to content

Commit

Permalink
Merge pull request #691 from duke-m/patch-1
Browse files Browse the repository at this point in the history
+get it: release tarballs won't work out of the box
  • Loading branch information
jnthn committed Sep 15, 2017
2 parents f042d9e + 4cf1962 commit 31aa080
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.markdown
Expand Up @@ -5,8 +5,15 @@ for the 6model object system. It is primarily aimed at running NQP and Rakudo
Perl 6, but should be able to serve as a backend for any compilers built using
the NQP compiler toolchain.

## Build It
## Get It
Either download it from [the MoarVM site](https://www.moarvm.org/) or clone it from GitHub:
```
git clone https://github.com/MoarVM/MoarVM.git
```
If you use the automatically generated release tarballs or zip files please note that they don't
contain the third party libraries needed to successfully build MoarVM.

## Build It
[![Build Status](https://travis-ci.org/MoarVM/MoarVM.svg?branch=master)](https://travis-ci.org/MoarVM/MoarVM)

Building the VM itself takes just:
Expand Down

0 comments on commit 31aa080

Please sign in to comment.