diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-03-30 20:46:02 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-03-30 20:46:02 +0200 |
commit | e5966308b36498b5397a97bf8f3c3fa3e4e71015 (patch) | |
tree | a9b72ee205169e20b11f2b4bfe36d15d7609a7c0 | |
parent | 332066101ef4a089e427509dc00e206b1eeab41a (diff) |
document existence of FreeBSD package
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |