summaryrefslogtreecommitdiff
path: root/doc/html/bbv2/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/bbv2/installation.html')
-rw-r--r--doc/html/bbv2/installation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/bbv2/installation.html b/doc/html/bbv2/installation.html
index 83e7f004c0..507f39d195 100644
--- a/doc/html/bbv2/installation.html
+++ b/doc/html/bbv2/installation.html
@@ -41,7 +41,7 @@
</li>
<li class="listitem">
Run
- <pre class="screen">./bjam install --prefix=<em class="replaceable"><code>PREFIX</code></em></pre>
+ <pre class="screen">./b2 install --prefix=<em class="replaceable"><code>PREFIX</code></em></pre>
where <em class="replaceable"><code>PREFIX</code></em> is a directory where you
want Boost.Build to be installed.
</li>
@@ -50,15 +50,15 @@
to your <code class="envar">PATH</code> environment variable.
</li>
</ol></div>
-<p>If you are not using Boost.Build package, but rather the version
+<p>If you are not using a Boost.Build package, but rather the version
bundled with the Boost C++ Libraries, the above commands should be run
in the <code class="filename">tools/build/v2</code> directory.</p>
<p>
- Now that Boost.Build is installed, you can try some of examples. Copy
+ Now that Boost.Build is installed, you can try some of the examples. Copy
<code class="filename"><em class="replaceable"><code>PREFIX</code></em>/share/boost-build/examples/hello</code>
to a different directory, then change to that directory and run:
</p>
-<pre class="screen"><code class="filename"><em class="replaceable"><code>PREFIX</code></em>/bin/bjam</code></pre>
+<pre class="screen"><code class="filename"><em class="replaceable"><code>PREFIX</code></em>/bin/b2</code></pre>
<p>
A simple executable should be built.
</p>