Skip to content

Commit

Permalink
doc: add extra melos steps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Jan 4, 2025
1 parent e522fbd commit aa3db3c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,13 @@ We welcome contributions to this project! To set up your workspace after cloning
1. Fetch the Flutter dependencies:
`flutter pub get`

2. Bootstrap the workspace with `melos`:
2. Activate `melos`:
`dart pub global activate melos`

3. (Optional) Add pub executables to your path:
`export PATH="$PATH":"$HOME/.pub-cache/bin"`

4. Bootstrap the workspace with `melos`:
`melos bootstrap`

This will prepare the project for development by linking and configuring all required dependencies.
Expand Down

0 comments on commit aa3db3c

Please sign in to comment.