Skip to content

Commit

Permalink
docs: added missing execution of melos bootstrap to getting started…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
  • Loading branch information
PrimaryFeather and spydon authored Dec 14, 2023
1 parent d9d78c5 commit 4c7fd17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c7fd17

Please sign in to comment.