Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 24, 2020
1 parent fcbef4a commit 0d5d313
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ Before starting make sure your development environment is properly set. See [Vol
},

"addons": [
"@eeacms/volto-blocks-form",
"@eeacms/volto-group-block"
],

"dependencies": {
"@eeacms/volto-blocks-form": "github:eea/volto-blocks-form#0.3.0",
}
}

1. Add the following to `mrs.developer.json`:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Demo GIF
1. Update `package.json`:
``` JSON
"addons": [
"@eeacms/volto-blocks-form",
"@eeacms/volto-group-block"
],

"dependencies": {
"@eeacms/volto-blocks-form": "1.0.0",
"@eeacms/volto-group-block": "1.0.0"
}
```
Expand All @@ -41,7 +43,7 @@ Demo GIF

## How to contribute

See [DEVELOP.md](https://github.com/eea/volto-group-block/blob/master/DEVELOP.md2).
See [DEVELOP.md](https://github.com/eea/volto-group-block/blob/master/DEVELOP.md).

## Copyright and license

Expand Down

0 comments on commit 0d5d313

Please sign in to comment.