From 5e3feaaff05376deaf014c0ed279abea2562a82e Mon Sep 17 00:00:00 2001 From: Don Alfons Nisnoni Date: Thu, 16 Apr 2020 23:18:40 +0800 Subject: [PATCH] docs: Add yarn install command (#394) --- 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