Skip to content

Commit

Permalink
Fix docs about install
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Dec 11, 2020
1 parent 5b5e419 commit 37616c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 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-columns-block
$ cd my-volto-project
$ yo @plone/volto \
my-dev-project \
--addon @eeacms/volto-blocks-form \
--addon @eeacms/volto-columns-block \
--workspace src/addons/volto-columns-block \
--no-interactive \
--skip-install
$ cd my-dev-project

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

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ blocks container.

```
$ npm install -g yo @plone/generator-volto
$ yo @plone/volto my-volto-project --addon @eeacms/volto-columns-block
$ yo @plone/volto \
my-volto-project \
--addon @eeacms/volto-blocks-form \
--addon @eeacms/volto-columns-block \
--no-interactive \
--skip-install
$ cd my-volto-project
$ yarn add -W @eeacms/volto-columns-block
Expand All @@ -34,7 +39,8 @@ blocks container.

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

"dependencies": {
Expand Down

0 comments on commit 37616c6

Please sign in to comment.