From cacc0eeb617ab5b44680a7ea35ea244ed70b34d5 Mon Sep 17 00:00:00 2001 From: ScottAgirs Date: Sun, 30 Aug 2020 13:36:56 -0400 Subject: [PATCH] add note Signed-off-by: ScottAgirs --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 83ebf56..85666ad 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ Below are the steps to install (click on the step to open the instructions). ## Install 1. Install @ijsto/eslint-config: + > this command will auto-detect if you are using yarn by default and prompt you to confirm before proceeding. ``` npx install-peerdeps --dev @ijsto/eslint-config @@ -108,6 +109,7 @@ If you would like to install the config computer-wide (globally) and not on each ## Install 1. Install @ijsto/eslint-config: + > this command will auto-detect if you are using yarn by default and prompt you to confirm before proceeding. ``` npx install-peerdeps --global @ijsto/eslint-config