summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-04-02 13:51:09 +0300
committerGitHub <noreply@github.com>2018-04-02 13:51:09 +0300
commitd7fe489c985f66c003e61a69ad1e9a625ead46d4 (patch)
tree2ee42de1bacfa4e6675a660ea00ee8c32122451c /README.md
parent332066101ef4a089e427509dc00e206b1eeab41a (diff)
parent01aae786350764fb7b13df773a2d681c47552567 (diff)
Merge pull request #1249 from wk/improve-freebsd-documentation
Improve freebsd documentation (closes #1247)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 076c4d5..ce4d1a3 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-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