From 44e7c5d819447d6a293ad0561bd4abca44ab1437 Mon Sep 17 00:00:00 2001 From: Gorgi Kosev Date: Sat, 18 Jun 2022 18:46:40 +0100 Subject: [PATCH] Update README.md Fix #112 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 22354d5..d0cb424 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Run npm scripts or custom commands in a yarn workspace +### Install: + +At the root of your monorepo, run + +``` +yarn add -D wsrun -W +``` + ### Usage: ```