Skip to content

Commit

Permalink
修改备注
Browse files Browse the repository at this point in the history
Signed-off-by: fengzhibin <[email protected]>
  • Loading branch information
flylan committed May 13, 2021
1 parent 419939e commit 631578e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ Ctrip Apollo PHP Client

## 安装(提供两种方式)
第一种基于git仓库运行

```bash
git clone [email protected]:fengzhibin/apollo-configd.git

cd apollo-configd

composer install -vvvo
php ./bin/apollo-clientd.php --help
```

第二种基于phar包运行

wget "https://github.com/fengzhibin/apollo-sdk-clientd/releases/download/v1.0.1/apollo-clientd.phar"
php apollo-clientd.phar
```bash
wget "https://github.com/fengzhibin/apollo-sdk-clientd/releases/download/1.0.0/apollo-clientd.phar"
php apollo-clientd.phar --help
```

## 简单例子
```bash
Expand Down

0 comments on commit 631578e

Please sign in to comment.