From 73f6af7ba235955daed16a4e825bfa65ce21e579 Mon Sep 17 00:00:00 2001 From: Doug McDonald Date: Sat, 25 Jul 2020 13:54:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7957cac6..c407113b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Node 12+ is required. ### Prepare development environment ```bash -npm install --global lerna eslint-cli typescript tscpaths tailwindcss +npm install --global lerna typescript npm run bootstrap ```