Skip to content

Commit

Permalink
Fix instruction to fetch add-on from repo (#5196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess authored Sep 18, 2023
1 parent 1d8e79e commit 59b9dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/addons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ to pull the packages. So, create `mrs.developer.json` and add:
Then run:

```shell
yarn develop
make develop
```

Now the add-on is found in `src/addons/`.
Expand Down
1 change: 1 addition & 0 deletions news/5195.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update documentation: instruction 'make develop' to fetch add-on from repository. @ksuess

0 comments on commit 59b9dc0

Please sign in to comment.