From 4c7fd17bd75d0e093d59356373e9a842702d1d94 Mon Sep 17 00:00:00 2001 From: Daniel Sperl Date: Thu, 14 Dec 2023 22:47:46 +0100 Subject: [PATCH] docs: added missing execution of `melos bootstrap` to getting started file (#615) While the "Getting Started" document tells the user about the importance of bootstrapping, the actual bootstrapping command is never shown or executed. I made that small addition. refs #565 Co-authored-by: Lukas Klingsbo --- docs/getting-started.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 272465ea..9842b914 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -84,6 +84,12 @@ primary roles: 1. Installing all package dependencies (internally using `pub get`). 2. Locally linking any packages together. +Bootstrap your project by running the following command: + +```bash +melos bootstrap +``` + ### Why do I need to bootstrap? In normal projects, packages can be linked by providing a `path` within the