From 137b98ad8e0e03e1e55135fca7cece211e09cb2c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 25 Mar 2020 16:27:31 +0100 Subject: Update README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af42dad..8440553 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,22 @@ A user-friendly distribution of the Raku programming language. ## Quickstart -After downloading and extracting the tarball, run `./bin/rstar install`. Follow -any on-screen instructions as they appear. That is all! - *If you cloned the git repository, you will need to run `./bin/rstar fetch` first.* +After downloading and extracting the tarball, run `./bin/rstar install`. Follow +any on-screen instructions as they appear. That is all! + If you happen to find any bugs, please refer to the **Bugs, Feedback and Patches** section later on in this document to find out how you can get help. +### FreeBSD + +The following command will install the (binary) packages that are required to +install Rakudo Star on FreeBSD. + + pkg install bash gcc perl5 + ## Advanced usage This section is intended for maintainers of the Rakudo Star distribution. -- cgit v1.1