From e5966308b36498b5397a97bf8f3c3fa3e4e71015 Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Fri, 30 Mar 2018 20:46:02 +0200 Subject: document existence of FreeBSD package --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 076c4d5..ad2e974 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ gem install oxidized-script oxidized-web ### FreeBSD -[Use RVM to install Ruby v2.1.2](#installing-ruby-2.1.2-using-rvm) - -Install all required packages and gems. +[Use RVM to install Ruby v2.1.2](#installing-ruby-2.1.2-using-rvm), then install all required packages and gems: ```shell pkg install cmake pkgconf @@ -105,6 +103,12 @@ gem install oxidized gem install oxidized-script oxidized-web ``` +Oxidized is also available via [FreeBSD ports](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203374): + +```shell +pkg install rubygem-oxidized rubygem-oxidized-script rubygem-oxidized-web +``` + ### Build from Git ```shell -- cgit v1.2.1