Skip to content

Commit fad69bb

Browse files
authored
Merge pull request #95 from Pkcarreno/fix-readme
2 parents 7846686 + f149cfc commit fad69bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Minimal Astro template. Prioritizes efficient development workflows and high-per
55
## usage
66

77
```bash
8-
pnpm dlx @pkcarreno/create-astro-minimal <project-name>
8+
pnpm dlx @pkcarreno/create-astro-minimal@latest <project-name>
99
```
1010

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+
1118
## workflow
1219

1320
Use the following commands to develop and validate the project's state:

0 commit comments

Comments
 (0)