From 21ca13457ebe322f6ed85c3b7949730c8e698ed3 Mon Sep 17 00:00:00 2001 From: Don Alfons Nisnoni Date: Thu, 16 Apr 2020 09:42:48 +0800 Subject: [PATCH] Readme: Add yarn install command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1cde341..811d56b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Install the plugin ``` $ npm install --save-dev babel-plugin-module-resolver ``` +or +``` +$ yarn add --dev babel-plugin-module-resolver +``` Specify the plugin in your `.babelrc` with the custom root or alias. Here's an example: ```json