Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Doc: remove "beta" after verifying build from source docs #1569

Merged
merged 1 commit into from Jun 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions html/doc/build_ngx_pagespeed_from_source.html
Expand Up @@ -119,7 +119,7 @@ <h3>Build instructions</h3>
wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
tar -xvzf nginx-${NGINX_VERSION}.tar.gz
cd nginx-${NGINX_VERSION}/
./configure --add-module=$HOME/ngx_pagespeed-${NPS_VERSION}-beta ${PS_NGX_EXTRA_FLAGS}
./configure --add-module=$HOME/ngx_pagespeed-${NPS_VERSION} ${PS_NGX_EXTRA_FLAGS}
make
sudo make install
</pre>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>Build instructions</h3>
</p>

<pre class="prettyprint lang-sh">
setarch i686 ./configure --add-module=$HOME/ngx_pagespeed-release-${NPS_VERSION}-beta
setarch i686 ./configure --add-module=$HOME/ngx_pagespeed-release-${NPS_VERSION}
</pre>

<p>
Expand Down