From 11f5008b1e7b040257fb72a44d4c8fbbd3b05f52 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Wed, 24 Apr 2013 12:05:13 -0700 Subject: [PATCH] nginx 1.4.0 in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a628ef37..6cd05ec2f 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p ```bash $ # check http://nginx.org/en/download.html for the latest version - $ wget http://nginx.org/download/nginx-1.3.15.tar.gz - $ tar -xvzf nginx-1.3.15.tar.gz - $ cd nginx-1.3.15/ + $ wget http://nginx.org/download/nginx-1.4.0.tar.gz + $ tar -xvzf nginx-1.4.0.tar.gz + $ cd nginx-1.4.0/ $ ./configure --add-module=$HOME/ngx_pagespeed-release-1.5.27.1-beta $ make $ sudo make install