Skip to content

Commit

Permalink
docs(README-zh_CN): Update Composer installation instructions
Browse files Browse the repository at this point in the history
- Added command to install guanguans/dcat-login-captcha
- Included instructions to resolve installation issues
- Updated command to remove guanguans/dcat-login-captcha
  • Loading branch information
guanguans committed Jan 8, 2024
1 parent aa57d3c commit 58ff148
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
### Composer 安装

```bash
composer require guanguans/dcat-login-captcha -v
```

### 安装问题([https://github.com/guanguans/dcat-login-captcha/issues/39](https://github.com/guanguans/dcat-login-captcha/issues/39))

```shell
composer config -g repo.packagist composer https://packagist.org -v
composer clear-cache -v
composer remove guanguans/dcat-login-captcha -v
composer require guanguans/dcat-login-captcha --prefer-source -v
```

Expand Down

0 comments on commit 58ff148

Please sign in to comment.