@bifrost-proxy/bifrost-linux-arm64-musl 0.0.96 → 0.0.97
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 +1 -1
- package/bin/README.md +1 -1
- package/bin/bifrost +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Bash 与 PowerShell 安装脚本都会自动探测 GitHub 直连和内置镜像
|
|
|
33
33
|
安装指定版本
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.
|
|
36
|
+
curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.96
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
方法二:使用 npm 安装
|
package/bin/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Bash 与 PowerShell 安装脚本都会自动探测 GitHub 直连和内置镜像
|
|
|
33
33
|
安装指定版本
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.
|
|
36
|
+
curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.96
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
方法二:使用 npm 安装
|
package/bin/bifrost
CHANGED
|
Binary file
|