diff --git a/README.rst b/README.rst index fbe76c0..1316b6e 100644 --- a/README.rst +++ b/README.rst @@ -26,18 +26,15 @@ server written by `Igor Sysoev `__. Requirements ============ -CentOS 7 -~~~~~~~~ +CentOS, RHEL, Fedora Linux +~~~~~~~~~~~~~~~~~~~~~~~~~~ For users of the `official stable `__ Nginx repository, `extra packages repository with dynamic modules `__ is available and fancyindex is included. -Install directly:: +Install repository configuration, then the module package:: - yum install https://extras.getpagespeed.com/redhat/7/x86_64/RPMS/nginx-module-fancyindex-1.12.0.0.4.1-1.el7.gps.x86_64.rpm - -Alternatively, add extras repository first (for future updates) and install the module:: - - yum install nginx-module-fancyindex + yum -y install https://extras.getpagespeed.com/release-latest.rpm + yum -y install nginx-module-fancyindex Then load the module in `/etc/nginx/nginx.conf` using::