Skip to content

Commit 1ee1156

Browse files
committed
fix(npx): wrong command
1 parent 117e0c0 commit 1ee1156

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

introduction.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ 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
40+
41+
# Yarn
3842
yarn create manifest my-project --cursor
3943
```
4044

@@ -46,12 +50,6 @@ You can replace `--cursor` with another option if you're using a different AI to
4650
- `--windsurf` for **Windsurf**
4751
- or remove it entirely if you're not using any AI coding tool
4852

49-
:::note
50-
51-
You can also use `npx create` instead of `yarn create`.
52-
53-
:::
54-
5553
To start the Manifest backend, run the following command in the new project folder:
5654

5755
```

llm-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Rules are predefined guidelines and constraints that steer an AI assistant’s b
1313
Running the install command above will add the rules to the Manifest rules in your project.
1414

1515
```bash
16-
npx create manifest --cursor
16+
npx create-manifest --cursor
1717
```
1818

1919
You can replace `--cursor` with another option if you're using a different AI tool;

0 commit comments

Comments
 (0)