Skip to content

Commit

Permalink
docs: update contrib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Dec 13, 2023
1 parent 8e7628e commit bde05c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ command once.

> You do not need to run `dart pub get` once bootstrap has been completed.
To activate the Globe CLI for local development, run the following command inside the package directory:

```sh
dart pub global activate --source="path" . --executable="globe"
```

### Performing changes

- Create a new local branch from `main` (e.g. `git checkout -b my-new-feature`)
Expand Down

0 comments on commit bde05c8

Please sign in to comment.