Skip to content

Commit 0a4cace

Browse files
committed
only mention "make" command for "cookieplone" generated addons
1 parent 6e92377 commit 0a4cace

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/developer-guide/create-a-backend-add-on.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,9 @@ Available mr.bob templates:
139139
All templates below `addon` can be added to your newly created addon with:
140140

141141
```shell
142-
uvx plonecli add <subtemplate>
142+
make add <subtemplate>
143143
```
144144

145-
```{note}
146-
When you have created a project with `cookieplone`, then you can simply do `make add <subtemplate>` inside the {file}`backend` folder.
147-
```
148-
149145
Currently documented subtemplates:
150146

151147
- behavior: {ref}`backend-behaviors-label`

0 commit comments

Comments
 (0)