Skip to content

Commit ae5631c

Browse files
authored
Merge pull request #14 from pydev-guide/tlambert03-patch-1
use `copier copy` in quickstart.md
2 parents 7a83ec9 + 2d17cca commit ae5631c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Replace `<project-name>` with the desired path to your project, this
6767
will be the name of the directory that will be created.
6868

6969
```bash
70-
copier gh:pydev-guide/pyrepo-copier <project-name>
70+
copier copy gh:pydev-guide/pyrepo-copier <project-name>
7171
```
7272

7373
### Select a Mode
@@ -77,7 +77,7 @@ You will first be asked to select a "mode":
7777
<div class="termy">
7878

7979
```console
80-
$ copier gh:pydev-guide/pyrepo-copier my-project
80+
$ copier copy gh:pydev-guide/pyrepo-copier my-project
8181

8282
// To opt in to the default tooling, press Enter.
8383
// Use "Simple" for minimal tooling, or "Customize" to ask questions.

0 commit comments

Comments
 (0)