From eae3e0b31017349fc112bdbc4e9f6a74de1cc477 Mon Sep 17 00:00:00 2001 From: Afranio Alves Date: Fri, 6 Oct 2023 11:19:09 +0100 Subject: [PATCH] docs: add installation via yarn --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f1a97b..24fa517 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ To install via npm, simply do the following: ```bash $ npm install boxicons --save ``` +or install via yarn + +```bash +$ yarn add boxicons +``` import the module ```javscript