diff options
author | ytti <saku@ytti.fi> | 2018-04-02 13:51:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 13:51:09 +0300 |
commit | d7fe489c985f66c003e61a69ad1e9a625ead46d4 (patch) | |
tree | 2ee42de1bacfa4e6675a660ea00ee8c32122451c /README.md | |
parent | 332066101ef4a089e427509dc00e206b1eeab41a (diff) | |
parent | 01aae786350764fb7b13df773a2d681c47552567 (diff) |
Merge pull request #1249 from wk/improve-freebsd-documentation
Improve freebsd documentation (closes #1247)
Diffstat (limited to 'README.md')
-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-212-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 |