summaryrefslogtreecommitdiff
path: root/tools/build/v2/doc/src/install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/doc/src/install.xml')
-rw-r--r--tools/build/v2/doc/src/install.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/v2/doc/src/install.xml b/tools/build/v2/doc/src/install.xml
index afae46aa15..545f786695 100644
--- a/tools/build/v2/doc/src/install.xml
+++ b/tools/build/v2/doc/src/install.xml
@@ -29,7 +29,7 @@
<listitem>
<simpara>
Run
- <screen>./bjam install --prefix=<replaceable>PREFIX</replaceable></screen>
+ <screen>./b2 install --prefix=<replaceable>PREFIX</replaceable></screen>
where <replaceable>PREFIX</replaceable> is a directory where you
want Boost.Build to be installed.
</simpara>
@@ -43,15 +43,15 @@
</listitem>
</orderedlist>
- <para>If you are not using Boost.Build package, but rather the version
+ <para>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 <filename>tools/build/v2</filename> directory.</para>
<para>
- 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
<filename><replaceable>PREFIX</replaceable>/share/boost-build/examples/hello</filename>
to a different directory, then change to that directory and run:
-<screen><filename><replaceable>PREFIX</replaceable>/bin/bjam</filename></screen>
+<screen><filename><replaceable>PREFIX</replaceable>/bin/b2</filename></screen>
A simple executable should be built.
</para>