Skip to content

Commit

Permalink
Fix docs about install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Dec 11, 2020
1 parent b6ef873 commit 460c0d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ Before starting make sure your development environment is properly set. See [Vol

1. Create new volto app

$ yo @plone/volto my-volto-project --addon @eeacms/volto-group-block
$ cd my-volto-project
$ yo @plone/volto \
my-dev-project \
--addon @eeacms/volto-blocks-form \
--addon @eeacms/volto-group-block \
--workspace src/addons/volto-group-block \
--no-interactive \
--skip-install
$ cd my-dev-project

1. Add the following to `mrs.developer.json`:

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@

```
$ npm install -g yo @plone/generator-volto
$ yo @plone/volto my-volto-project --addon @eeacms/volto-group-block
$ yo @plone/volto \
my-volto-project \
--addon @eeacms/volto-blocks-form \
--addon @eeacms/volto-group-block \
--no-interactive \
--skip-install
$ cd my-volto-project
$ yarn add -W @eeacms/volto-group-block
Expand All @@ -25,6 +30,7 @@

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

Expand Down

0 comments on commit 460c0d2

Please sign in to comment.