diff --git a/README.md b/README.md index 74bdcf6f04..ea20ea24d5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ $ npm install --save antd-mobile $ yarn add antd-mobile # or $ pnpm add antd-mobile +# or +$ bun add antd-mobile ``` - **Fast**: It is carefully optimized for harsh scenes, without configuration, you can have the best package size and ultimate performance. diff --git a/docs/components/icon/index.en.md b/docs/components/icon/index.en.md index 80be2903b5..fd5062624f 100644 --- a/docs/components/icon/index.en.md +++ b/docs/components/icon/index.en.md @@ -8,6 +8,8 @@ npm install --save antd-mobile-icons yarn add antd-mobile-icons # or pnpm add antd-mobile-icons +# or +bun add antd-mobile-icons ``` Then just import the icons you need from this package: diff --git a/docs/components/icon/index.zh.md b/docs/components/icon/index.zh.md index a5b5db18a8..be2dd587e5 100644 --- a/docs/components/icon/index.zh.md +++ b/docs/components/icon/index.zh.md @@ -8,6 +8,8 @@ npm install --save antd-mobile-icons yarn add antd-mobile-icons # or pnpm add antd-mobile-icons +# or +bun add antd-mobile-icons ``` 然后从这个包中引入你所需要的图标即可: diff --git a/docs/guide/quick-start.en.md b/docs/guide/quick-start.en.md index 872ca54d49..e644a374eb 100644 --- a/docs/guide/quick-start.en.md +++ b/docs/guide/quick-start.en.md @@ -8,6 +8,8 @@ $ npm install --save antd-mobile $ yarn add antd-mobile # or $ pnpm add antd-mobile +# or +$ bun add antd-mobile ``` ## Import diff --git a/docs/guide/quick-start.zh.md b/docs/guide/quick-start.zh.md index c39d6b2997..be1fba4ad9 100644 --- a/docs/guide/quick-start.zh.md +++ b/docs/guide/quick-start.zh.md @@ -8,6 +8,8 @@ $ npm install --save antd-mobile $ yarn add antd-mobile # or $ pnpm add antd-mobile +# or +$ bun add antd-mobile ``` ## 引入 diff --git a/docs/guide/ssr.en.md b/docs/guide/ssr.en.md index c088a5f18f..c9f14bee1c 100644 --- a/docs/guide/ssr.en.md +++ b/docs/guide/ssr.en.md @@ -16,6 +16,8 @@ $ npm install --save-dev next-transpile-modules $ yarn add -D next-transpile-modules # or $ pnpm add -D next-transpile-modules +# or +$ bun add -D next-transpile-modules ``` Then configure it in `next.config.js`: diff --git a/docs/guide/ssr.zh.md b/docs/guide/ssr.zh.md index 221e4fd5f2..2e77779c51 100644 --- a/docs/guide/ssr.zh.md +++ b/docs/guide/ssr.zh.md @@ -16,6 +16,8 @@ $ npm install --save-dev next-transpile-modules $ yarn add -D next-transpile-modules # or $ pnpm add -D next-transpile-modules +# or +$ bun add -D next-transpile-modules ``` 然后在 `next.config.js` 中进行配置: