Skip to content

Commit 29150c6

Browse files
committed
simplify the scenario 1 in user documentation
1 parent c181163 commit 29150c6

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,15 @@ pipx install copier
6464
6565
### Scenario 1: Create a new package
6666

67-
68-
#### Step 1/2: Create the files and directory structure
69-
7067
Run `copier copy` with the template:
7168

7269
```shell
73-
# Notes:
74-
# 1. Make sure that `path/to/destination` is an empty directory
75-
# 2. See table below for explanation of each question
76-
# 3. The files will be generated in the specified destination directory
7770
copier copy https://github.com/nlesc/python-template.git path/to/destination
7871
```
7972

80-
Good job! Based on the profile and selected features, a package will be created in `path/to/destination`.
73+
> [!NOTE]
74+
> 1. Make sure that `path/to/destination` is an empty directory
75+
> 1. Based on the profile and selected features, the package will be generated in the specified destination directory
8176
8277
For an explanation of what's there, read on in the `project_setup.md` file.
8378

0 commit comments

Comments
 (0)