Skip to content

Commit d8eeecc

Browse files
committed
update readme
增加压缩包安装说明
1 parent 063f4db commit d8eeecc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ PHP >= 5.5,使用 `composer` 安装
4040
composer require upyun/sdk
4141
```
4242

43+
如果不适应 `composer` 管理,可以直接下载[压缩包](https://github.com/upyun/php-sdk/releases),解压后,项目中添加如下代码:
44+
45+
```
46+
require_once '/path/to/php-sdk/vendor/autoload.php';
47+
```
48+
4349
<a name="usage"></a>
4450
### 初始化
4551

0 commit comments

Comments
 (0)