diff --git a/README.rst b/README.rst index 5b4bdb4..fbe76c0 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,13 @@ Then load the module in `/etc/nginx/nginx.conf` using:: load_module "modules/ngx_http_fancyindex_module.so"; +macOS +~~~~~ + +Users can `install Nginx on macOS with MacPorts `__; fancyindex is included:: + + sudo port install nginx + Other platforms ~~~~~~~~~~~~~~~