From 3b143c2671a005fed06d367e9317eb7d8c81d2bc Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Fri, 11 Oct 2019 20:54:01 -0300 Subject: [PATCH] docs: improve installation instructions in contribution guidelines (#1823) * improves the instalation instructions on the contribution guidelines * improves instalation instructions --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a62ec21c9..f612d4768c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,11 +84,10 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe 1. Ensure you have [Yarn](https://yarnpkg.com/) installed. 1. After cloning the repository, run `yarn install` in the root of the repository. +1. To start a development server: - - For Docusaurus 1 development, look into the `packages/docusaurus-1.x` and `website-1.x` directory. - - For Docusaurus 2 development, go into the `packages/docusaurus` and `website` directory. - -1. Run `yarn start` in the respective project directory to start a local development server serving the Docusaurus docs. + - For Docusaurus 1 development, run `yarn start:v1` + - For Docusaurus 2 development, run `yarn start` ## Pull Requests