We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7846686 commit f149cfcCopy full SHA for f149cfc
README.md
@@ -5,9 +5,16 @@ Minimal Astro template. Prioritizes efficient development workflows and high-per
5
## usage
6
7
```bash
8
-pnpm dlx @pkcarreno/create-astro-minimal <project-name>
+pnpm dlx @pkcarreno/create-astro-minimal@latest <project-name>
9
```
10
11
+### manual setup
12
+
13
+1. Clone this repository.
14
+2. Delete `CHANGELOG.md` file.
15
+3. Update the `name` field in `package.json`.
16
+4. Run `pnpm install`.
17
18
## workflow
19
20
Use the following commands to develop and validate the project's state:
0 commit comments