File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Follow the steps below to install Manifest in your local machine.
35
35
Run this command to create a Manifest project ready to use with Cursor IDE.
36
36
37
37
``` bash
38
+ # NPM
39
+ npm create-manifest@latest my-project --cursor
40
+
41
+ # Yarn
38
42
yarn create manifest my-project --cursor
39
43
```
40
44
@@ -46,12 +50,6 @@ You can replace `--cursor` with another option if you're using a different AI to
46
50
- ` --windsurf ` for ** Windsurf**
47
51
- or remove it entirely if you're not using any AI coding tool
48
52
49
- ::: note
50
-
51
- You can also use ` npx create ` instead of ` yarn create ` .
52
-
53
- :::
54
-
55
53
To start the Manifest backend, run the following command in the new project folder:
56
54
57
55
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Rules are predefined guidelines and constraints that steer an AI assistant’s b
13
13
Running the install command above will add the rules to the Manifest rules in your project.
14
14
15
15
``` bash
16
- npx create manifest --cursor
16
+ npx create- manifest --cursor
17
17
```
18
18
19
19
You can replace ` --cursor ` with another option if you're using a different AI tool;
You can’t perform that action at this time.
0 commit comments