From 40b13df6701997ed1ab55335d08560a37a4caeb9 Mon Sep 17 00:00:00 2001 From: robriks <80549215+robriks@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:36:16 -0500 Subject: [PATCH] add yarn install option explicitly provided the `yarn add` install option for js/ts projects like hardhat etc, as a nod to the growing popularity of yarn and its advantages in modernity over npm. (helps save some newer devs from issues with conflicting packages) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2bc3e3a8..7208e110 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffl npm install solmate ``` +Or, if you prefer to use yarn: + +```sh +yarn add solmate +``` + ## Acknowledgements These contracts were inspired by or directly modified from many sources, primarily: