From a30bc2131232cb5f9b299213d57b5e5bc4357168 Mon Sep 17 00:00:00 2001 From: korki <65349313+korki43@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:07:46 +0100 Subject: mention composer in docs --- docs/content/_index.md | 7 +++++-- 1 file 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
{{< 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 >}}
-- cgit v1.2.3