@yivan-lab/pretty-please 1.5.0 → 1.5.1
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/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Enumerating objects: 5, done.
|
|
|
82
82
|
npm i -g @yivan-lab/pretty-please
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
**方式二:一键脚本(无需 Node.js
|
|
85
|
+
**方式二:一键脚本(无需 Node.js,但是是 bun 打包的,体积比较大)**
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
88
|
# Linux / macOS
|
|
@@ -98,7 +98,7 @@ irm https://raw.githubusercontent.com/IvanLark/pretty-please/main/install.ps1 |
|
|
|
98
98
|
irm https://gh-proxy.org/https://raw.githubusercontent.com/IvanLark/pretty-please/main/install.ps1 | iex
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
支持平台:Linux (x64/arm64) / macOS (Intel/Apple Silicon) / Windows x64
|
|
101
|
+
支持平台:Linux (x64/arm64) / macOS (Intel/Apple Silicon) / Windows (x64/ARM64)
|
|
102
102
|
|
|
103
103
|
## 快速开始
|
|
104
104
|
|
package/dist/package.json
CHANGED