diff --git a/doc/src/install.xml b/doc/src/install.xml
index 274f269a0..526606fd6 100644
--- a/doc/src/install.xml
+++ b/doc/src/install.xml
@@ -29,9 +29,7 @@
Run
-
-./bjam install --prefix=PREFIX
-
+ ./bjam install --prefix=PREFIX
where PREFIX is a directory where you
want Boost.Build to be installed.
@@ -45,13 +43,15 @@
+ If you are not using Boost.Build package, but rather the version
+ bundled with the Boost C++ Libraries, the above commands should be run
+ in the tools/build/v2 directory.
+
Now that Boost.Build is installed, you can try some of examples. Copy
PREFIX/share/boost-build/examples/hello
to a different directory, then change to that directory and run:
-
-PREFIX/bin/bjam
-
+PREFIX/bin/bjam
A simple executable should be build.