figma-mcp-cli 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npm install -g figma-mcp-cli
|
|
|
26
26
|
Run the `init` command to set up the Figma MCP server in your VS Code project:
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
figma-cli init
|
|
29
|
+
npx figma-cli init
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
This command will:
|
|
@@ -41,7 +41,7 @@ This command will:
|
|
|
41
41
|
After initialization, use the `gen` command to generate frontend code:
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
figma-cli gen
|
|
44
|
+
npx figma-cli gen
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
This command will:
|