vskill 0.1.15 → 0.1.17
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# npm
|
|
7
7
|
npx vskill find remotion # search the registry
|
|
8
|
-
npx vskill install
|
|
8
|
+
npx vskill install remotion-dev/skills # install after security scan
|
|
9
9
|
|
|
10
10
|
# bun
|
|
11
11
|
bunx vskill find remotion
|
|
12
|
-
bunx vskill install
|
|
12
|
+
bunx vskill install remotion-dev/skills
|
|
13
13
|
|
|
14
14
|
# pnpm
|
|
15
15
|
pnpx vskill find remotion
|
|
16
|
-
pnpx vskill install
|
|
16
|
+
pnpx vskill install remotion-dev/skills
|
|
17
17
|
|
|
18
18
|
# yarn
|
|
19
19
|
yarn dlx vskill find remotion
|
|
20
|
-
yarn dlx vskill install
|
|
20
|
+
yarn dlx vskill install remotion-dev/skills
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Why?
|