Added the missing 'cd ~' command to the '3. Download and build nginx:' section
This commit is contained in:
@@ -47,6 +47,7 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
|
|||||||
3. Download and build nginx:
|
3. Download and build nginx:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ cd ~
|
||||||
$ # check http://nginx.org/en/download.html for the latest version
|
$ # check http://nginx.org/en/download.html for the latest version
|
||||||
$ wget http://nginx.org/download/nginx-1.4.4.tar.gz
|
$ wget http://nginx.org/download/nginx-1.4.4.tar.gz
|
||||||
$ tar -xvzf nginx-1.4.4.tar.gz
|
$ tar -xvzf nginx-1.4.4.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user