Skip to content

Commit 96cf354

Browse files
committed
Clean up make and cookiecutter terminology, anonymize console output
1 parent 5623b76 commit 96cf354

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install/install-from-packages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ pip install --user --upgrade cookiecutter
5757

5858
{ref}`Install Yarn documentation <frontend-getting-started-yarn-label>`.
5959

60-
GNU make comes installed on most Linux distributions.
60+
{term}`Make` comes installed on most Linux distributions.
6161
On macOS, you must first [install Xcode](https://developer.apple.com/xcode/resources/), then install its command line tools.
62-
On Windows, it is strongly recommended to [Install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install), which will include GNU make.
62+
On Windows, it is strongly recommended to [Install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install), which will include `make`.
6363

6464

6565
(install-packages-install-label)=
@@ -81,10 +81,10 @@ mkdir my_project
8181
cd my_project
8282
```
8383

84-
Run `cookiecutter` to create a Plone project skeleton using the template {term}`cookiecutter-plone-starter` with the following command.
84+
Run `cookiecutter` to create a Plone project skeleton using the Cookiecutter {term}`cookiecutter-plone-starter` with the following command.
8585

8686
```shell
87-
cookiecutter https://github.com/collective/cookiecutter-plone-starter.git
87+
cookiecutter https://github.com/collective/cookiecutter-plone-starter
8888
```
8989

9090
You will be presented with a series of prompts.
@@ -126,7 +126,7 @@ Running sanity checks
126126
Summary:
127127
- Plone version: 6.0.0b2
128128
- Volto version: 16.0.0-alpha.35
129-
- Output folder: /Users/stevepiercy/projects/Plone/documentation/ainstall/project-title
129+
- Output folder: /<path-to-project>/my_project/project-title
130130

131131
Frontend codebase:
132132
- Install latest @plone/generator-volto

0 commit comments

Comments
 (0)