Skip to content

Commit

Permalink
docs: Update installation instructions
Browse files Browse the repository at this point in the history
- Update composer installation command to include --prefer-source flag
- Add section for installation issues
- Provide commands to fix installation issues
- Update Backend -> Helpers -> Extensions section
  • Loading branch information
guanguans committed Jan 8, 2024
1 parent 58ff148 commit 3791206
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
### Composer 安装

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

### 安装问题([https://github.com/guanguans/dcat-login-captcha/issues/39](https://github.com/guanguans/dcat-login-captcha/issues/39))
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
composer require guanguans/dcat-login-captcha --prefer-source -v
```

### Installation issues([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
```

### Backend -> Helpers -> Extensions

Enable this extension.
Expand Down

0 comments on commit 3791206

Please sign in to comment.