Skip to content

Commit

Permalink
Merge pull request #27 from voxik/fedora-installation-instructions
Browse files Browse the repository at this point in the history
Add basic installation instructions for Fedora.
  • Loading branch information
flavorjones committed Feb 13, 2020
2 parents ef51372 + 03947f4 commit 8a9dae5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/tutorials/installing_nokogiri.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ gem install nokogiri --platform=ruby -- --use-system-libraries

[RubyInstaller]: https://rubyinstaller.org/

### Fedora

The preferred way to install Nokogiri on Fedora is from system repositories
using:

```sh
sudo dnf install -y rubygem-nokogiri
```

### Red Hat / CentOS

Install Nokogiri on a brand new Red Had / CentOS system with these commands:
Expand Down

0 comments on commit 8a9dae5

Please sign in to comment.