Skip to content

Commit b0de27b

Browse files
committed
Small fixes in project creation with cookieplone
1 parent 36acb7c commit b0de27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/create-project-cookieplone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ After satisfying the prerequisites and having activated an LTS version of Node,
113113
generate the project.
114114

115115
```shell
116-
pipx run cookieplone project
116+
uvx cookieplone project
117117
```
118118

119119
You will be presented with a series of prompts.
120120
You can accept the default values in square brackets (`[default-option]`) by hitting the {kbd}`Enter` key, or enter your preferred values.
121121
For ease of documentation, we will use the default values.
122122

123123
```{tip}
124-
See the cookiecutter's README for how to [Use options to avoid prompts](https://github.com/plone/cookieplone/?tab=readme-ov-file#use-options-to-avoid-prompts).
124+
See the cookieplone's README for how to [Use options to avoid prompts](https://github.com/plone/cookieplone/?tab=readme-ov-file#use-options-to-avoid-prompts).
125125
```
126126
127127
```{important}

0 commit comments

Comments
 (0)