dufu1991 3 rokov pred
rodič
commit
d576879eda
2 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  1. 4 0
      README.md
  2. 4 0
      README_CN.md

+ 4 - 0
README.md

@@ -61,6 +61,8 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
 If you have a project configured with Svelte and Tailwind, install directly.
 
 ```bash
+bun i stdf -D
+# or
 pnpm i stdf -D
 # or
 npm i stdf -D
@@ -82,6 +84,8 @@ import { Button } from 'stdf';
 You can try using [create-stdf](https://www.npmjs.com/package/create-stdf) to quickly create a project. (beta version)
 
 ```bash
+bun create stdf
+# or
 pnpm create stdf
 # or
 npm create stdf@latest

+ 4 - 0
README_CN.md

@@ -63,6 +63,8 @@
 已有配置好 Svelte 与 Tailwind 的工程,直接安装。
 
 ```bash
+bun i stdf -D
+# or
 pnpm i stdf -D
 # or
 npm i stdf -D
@@ -84,6 +86,8 @@ import { Button } from 'stdf';
 可以尝试使用 [create-stdf](https://www.npmjs.com/package/create-stdf) 快速创建工程。(beta 版本)
 
 ```bash
+bun create stdf
+# or
 pnpm create stdf
 # or
 npm create stdf@latest