From 6bd0d34422f0e066193677734f9b5829b861448b Mon Sep 17 00:00:00 2001 From: Tom Rutgers Date: Wed, 20 Mar 2019 16:08:04 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#2225) * Update CONTRIBUTING.md fixes #2224 * Update CONTRIBUTING.md fix for windows --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb67aba6..06708651 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ bootstrap and run the development server. ```sh $ git clone https://github.com/netlify/netlify-cms $ cd netlify-cms +$ yarn $ yarn bootstrap ``` @@ -35,7 +36,7 @@ Installs and bootstraps any CMS package dependencies. #### Usage ```sh -$ yarn bootstrap +$ yarn && yarn bootstrap ``` ### `watch`