You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GNU make comes installed on most Linux distributions.
60
+
{term}`Make` comes installed on most Linux distributions.
61
61
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`.
63
63
64
64
65
65
(install-packages-install-label)=
@@ -81,10 +81,10 @@ mkdir my_project
81
81
cd my_project
82
82
```
83
83
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.
0 commit comments