README fix: s/OS X/macOS

master
Nicolas Favre-Felix 4 years ago
parent b3868d81d8
commit fa0b0f140f
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -4,7 +4,7 @@
A very simple web server providing an HTTP interface to Redis. It uses [hiredis](https://github.com/antirez/hiredis), [jansson](https://github.com/akheron/jansson), [libevent](http://monkey.org/~provos/libevent/), and [http-parser](https://github.com/ry/http-parser/).
Webdis depends on libevent-dev. You can install it on Ubuntu by typing `sudo apt-get install libevent-dev` or on OS X by typing `brew install libevent`.
Webdis depends on libevent-dev. You can install it on Ubuntu by typing `sudo apt-get install libevent-dev` or on macOS by typing `brew install libevent`.
<pre>
make clean all

Loading…
Cancel
Save