Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use the correct package name for uchardet in RHEL.
  • Loading branch information
Manfred authored May 22, 2017
1 parent 1d1deb8 commit ce45765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Tedrahcu.detect('hey') #=> 'ASCII'

```sh
brew install uchardet
yum -y install uchardet-dev
yum install -y uchardet-devel
apt install libuchardet-dev
```
```

0 comments on commit ce45765

Please sign in to comment.