Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorki <65349313+korki43@users.noreply.github.com>2021-12-19 03:07:46 +0300
committerMark Otto <otto@github.com>2022-07-13 23:05:30 +0300
commita30bc2131232cb5f9b299213d57b5e5bc4357168 (patch)
tree56e2f459391620b3e72029398960d9835766bc6e
parentde75c2fe578526f45f3fe91ca68d7a6d4514c16a (diff)
mention composer in docs
-rw-r--r--docs/content/_index.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/content/_index.md b/docs/content/_index.md
index 07f511409..66c099a13 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -8,12 +8,15 @@ Bootstrap Icons are published to npm, but they can also be manually downloaded i
<div class="row my-4">
<div class="col-md-4">
{{< md >}}
-### npm
-Install [Bootstrap Icons](https://www.npmjs.com/package/bootstrap-icons)—including SVGs, icon sprite, and icon fonts—with npm. Then, choose how you'd like to include the icons with the [usage instructions](#usage).
+### Package manager
+Install [Bootstrap Icons](https://www.npmjs.com/package/bootstrap-icons)—including SVGs, icon sprite, and icon fonts—with npm or Composer. Then, choose how you'd like to include the icons with the [usage instructions](#usage).
{{< highlight sh >}}
npm i bootstrap-icons
{{< /highlight >}}
+{{< highlight sh >}}
+composer require twbs/bootstrap-icons
+{{< /highlight >}}
{{< /md >}}
</div>
<div class="col-md-4">