summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2016-01-24 20:27:59 +0000
committerDaniel James <daniel@calamity.org.uk>2016-03-03 09:41:18 +0000
commit10f621218a948cf92f4608f569db47dddf568c53 (patch)
treea7ccffe0e20e4092022fb118c9cdf643f0c97d5b /more
parent8d7e5d9dabcb23422029f8c7ab2b3d577a532363 (diff)
downloadboost-10f621218a948cf92f4608f569db47dddf568c53.tar.gz
Rebuild getting started guide.
Diffstat (limited to 'more')
-rw-r--r--more/getting_started/unix-variants.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index b7849425bd..0d542dfe41 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -63,12 +63,12 @@
<p>The most reliable way to get a copy of Boost is to download a
distribution from <a class="reference external" href="http://www.boost.org/users/history/version_1_61_0.html">SourceForge</a>:</p>
<ol class="arabic">
-<li><p class="first">Download <a class="reference external" href="http://www.boost.org/users/history/version_1_61_0.html"><tt class="docutils literal">boost_1_60_0</tt><tt class="docutils literal">.tar.bz2</tt></a>.</p>
+<li><p class="first">Download <a class="reference external" href="http://www.boost.org/users/history/version_1_61_0.html"><tt class="docutils literal">boost_1_61_0</tt><tt class="docutils literal">.tar.bz2</tt></a>.</p>
</li>
<li><p class="first">In the directory where you want to put the Boost installation,
execute</p>
<pre class="literal-block">
-tar --bzip2 -xf <em>/path/to/</em><tt class="docutils literal">boost_1_60_0</tt>.tar.bz2
+tar --bzip2 -xf <em>/path/to/</em><tt class="docutils literal">boost_1_61_0</tt>.tar.bz2
</pre>
</li>
</ol>