From 6a094e8ae9d2442709ec235c18d535345634c018 Mon Sep 17 00:00:00 2001 From: Vaibhav Kaushik <68017022+vansul@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:09:23 +0530 Subject: [PATCH] Update README.MD Removed yarn from install the package as it does not work. --- README.MD | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.MD b/README.MD index 4e6ebd5..7dc2c8e 100644 --- a/README.MD +++ b/README.MD @@ -13,14 +13,12 @@ For: Linux Users ```bash sudo npm install -g . # Installing using npm -sudo yarn global add . # Installing using yarn ``` For: Windows Users ```bash npm install -g . # Installing using npm -yarn global add . # Installing using yarn ```