Skip to content

Commit 1aa6660

Browse files
committed
Deployed a670b52 to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent a670b52 commit 1aa6660

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

dev/get-started/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,15 @@
424424
</span>
425425
</a>
426426

427+
</li>
428+
429+
<li class="md-nav__item">
430+
<a href="#conan" class="md-nav__link">
431+
<span class="md-ellipsis">
432+
Conan
433+
</span>
434+
</a>
435+
427436
</li>
428437

429438
</ul>
@@ -631,6 +640,14 @@ <h3 id="vcpkg">vcpkg</h3>
631640
issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg
632641
repository. -->
633642

643+
<h3 id="conan">Conan</h3>
644+
<p>You can download and install {fmt} using the <a href="https://conan.io/">Conan</a> package manager:</p>
645+
<pre class="highlight"><code>conan install -r conancenter --requires="fmt/[*]" --build=missing</code></pre>
646+
<!-- The {fmt} package in Conan Center is maintained by
647+
[ConanCenterIndex](https://github.com/conan-io/conan-center-index) community.
648+
If the version is out of date or the package does not work,
649+
please create an issue or pull request on the Conan Center Index repository. -->
650+
634651
<h2 id="building-from-source">Building from Source</h2>
635652
<p>CMake works by generating native makefiles or project files that can be
636653
used in the compiler environment of your choice. The typical workflow

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)