summaryrefslogtreecommitdiff
path: root/documentation/install.html
diff options
context:
space:
mode:
authorClyde Semeleer <clyde@semeleer.eu>2014-03-05 07:06:56 -0800
committerClyde Semeleer <clyde@semeleer.eu>2014-03-05 07:06:56 -0800
commit415cd63d20ece5351f877f33754b6ca168d69e38 (patch)
tree5bef2fe0f6aea205cedf1e093d4a557f2f5f53d9 /documentation/install.html
parenta9862c7de793b7aa679a64b41de443e01245b831 (diff)
minor update to install doc
Diffstat (limited to 'documentation/install.html')
-rw-r--r--documentation/install.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/documentation/install.html b/documentation/install.html
index d7e5218..e97670c 100644
--- a/documentation/install.html
+++ b/documentation/install.html
@@ -52,8 +52,8 @@
<h2>Download</h2>
<p>
Installation begins with downloading the source code. You can either
- download the latest release from
- <a href="http://www.php-cpp.com">http://www.php-cpp.com</a>, or get the
+ download the latest release from our
+ <a href="http://www.php-cpp.com/download">downloads</a> page, or get the
latest bleeding edge work-in-progress version from
<a href="https://github.com/CopernicaMarketingSoftware/PHP-CPP">GitHub</a>.
</p>
@@ -82,9 +82,7 @@
the PHP-CPP directory.
</p>
<p>
- <code><pre>
- make
- </pre></code>
+ <pre><code>make</code></pre>
</p>
<p>
The PHP-CPP library has now been built, and all that is left to do is
@@ -93,9 +91,7 @@
logging on as root first.
</p>
<p>
- <code><pre>
- sudo make install
- </pre></code>
+ <pre><code>sudo make install</code></pre>
</p>
<p>
Congratulations! You are now the happy owner of a system with PHP-CPP installed