Added the missing 'cd ~' command to the '3. Download and build nginx:' section

This commit is contained in:
Ernest Ezis
2014-01-16 12:45:14 -07:00
parent df5736609d
commit 658b2cf7a9
+1
View File
@@ -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