Skip to content

Commit

Permalink
chore: update example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Nov 13, 2020
1 parent 080d98a commit cd4edfb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/dev-mashup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ Example mashup for nebula development

## Install

Update dependencies
To use a local nebula version, run this in the stardust folder to allow linking your local version.

```
yarn
yarn link
```

To use a local nebula version, run this in the stardust folder to link you local version.
Update dependencies and link nebula

```
yarn link @nebula.js/stardust
yarn
yarn link "@nebula.js/stardust"
```

## Run
Expand Down

0 comments on commit cd4edfb

Please sign in to comment.