Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 20, 2020
1 parent d0f456a commit 54e9c5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Editing the FAQ:

1. Create new volto project if you don't already have one:
```
$ npm install -g yo @plone/generator-volto
$ yo @plone/volto my-volto-project --addon @rohberg/volto-accordion-block
$ npm install -g yo
$ npm install -g @plone/generator-volto
$ yo @plone/volto my-volto-project
$ cd my-volto-project
```

Expand Down Expand Up @@ -57,7 +58,7 @@ Katja Süss, Rohberg (@ksuess)

**If you are new to Volto and or React:**

See the training [Mastering of Plone 6 development](https://training.plone.org/) [Prelease] () where I use this use case and code to explain how to create a custom block type and how to create a Volto add-on.
See the training [Mastering of Plone 6 development](https://training.plone.org/) [Prelease] (https://rohberg.github.io/training-plone/mastering-plone/volto_custom_block.html) where I use this use case and code to explain how to create a custom block type and how to create a Volto add-on.

**If you want to create a Volto add-on:**

Expand Down

0 comments on commit 54e9c5d

Please sign in to comment.