Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
update docs for openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 13, 2017
1 parent 76a2cb7 commit 950564f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/installing_nokogiri.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ gem install nokogiri

*Note for RVM users: [you may require libgmp](https://github.com/rvm/rvm/issues/3509), consider running `sudo apt-get install libgmp-dev`.*

### FreeBSD
### FreeBSD / OpenBSD >= 6.2

Install Nokogiri on a brand new FreeBSD system with these commands:

```sh
gem install nokogiri
```

### OpenBSD
### OpenBSD < 6.2

Use `gcc` from ports in order to compile the included libraries:

Expand Down

0 comments on commit 950564f

Please sign in to comment.