aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-25 16:27:31 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-25 16:27:31 +0100
commit137b98ad8e0e03e1e55135fca7cece211e09cb2c (patch)
tree8e1ac1d716ab8e53d25f4a58fb825a187aa40ecb /README.md
parenta55793cca8749cca991983c1d035631127fa1372 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files 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.