Skip to content

Commit ea69dbe

Browse files
authored
Replace npm by npx in introduction.md
1 parent 1ee1156 commit ea69dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Follow the steps below to install Manifest in your local machine.
3535
Run this command to create a Manifest project ready to use with Cursor IDE.
3636

3737
```bash
38-
# NPM
39-
npm create-manifest@latest my-project --cursor
38+
# NPX
39+
npx create-manifest@latest my-project --cursor
4040

4141
# Yarn
4242
yarn create manifest my-project --cursor

0 commit comments

Comments
 (0)