Skip to content

Commit

Permalink
Update README.md: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Mar 21, 2021
1 parent 461b917 commit 61034a6
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,9 @@ Provide the necessary REST API endpoints for your Plone backend by installing [c

Remember to install souper in Plone backend control panel.

Usual installation of a Plone (Volto) add-on:
Install this Plone (Volto) add-on. See [Volto docs](https://docs.voltocms.com/addons/#configuring-a-volto-project-to-use-an-addon) for instructions.

```bash
yarn add @collective/volto-bookmarks
```

*src/package.json*

```json
"addons": [
"@collective/volto-bookmarks"
],

"dependencies": {
"@collective/volto-bookmarks": "^1.0.0"
},
```

Install new add-on and get translations of add-ons:
Get translations of add-on:

```bash
yarn
Expand Down

0 comments on commit 61034a6

Please sign in to comment.