Skip to content

Commit

Permalink
Update README.md with new install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianCodes authored Nov 20, 2024
1 parent 1274ab6 commit 37cdace
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ This template is based on [my own personal website](<https://www.elian.codes/>),
You can bootstrap a new Astro project using Brutal with the following command:

```bash
# npm 6.x
npx create astro@latest --template eliancodes/brutal

# npm 7+
# npm
npm create astro@latest -- --template eliancodes/brutal

# pnpm
pnpm dlx create-astro --template eliancodes/brutal
pnpm create astro@latest --template eliancodes/brutal

# yarn
yarn create astro --template eliancodes/brutal
Expand Down

0 comments on commit 37cdace

Please sign in to comment.