Skip to content

Commit

Permalink
docs(readme): fix quickstart command (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Ale <[email protected]>
  • Loading branch information
yash49 and alelthomas authored Dec 19, 2024
1 parent dcd6f12 commit 0d8b2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Finally, import the stylesheet in the root `layout.tsx` file:
Use the following commands to quickly create a new Vite project with Pigment CSS set up:

```bash
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-vite-ts
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-vite-ts
cd pigment-css-vite-ts
```

Expand Down

0 comments on commit 0d8b2a7

Please sign in to comment.