Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed Feb 21, 2023
1 parent 3e1e80a commit 2855a2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
echo VERSION=$IMAGE_VERSION
echo "image_version=${IMAGE_VERSION}" >> $GITHUB_OUTPUT
- name: Docker Setup QEMU
uses: docker/[email protected]

- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2

- name: Docker Login
uses: docker/login-action@v2
with:
Expand All @@ -77,8 +83,6 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:${{ steps.get_tags.outputs.image_version }}
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
* `/clear` 清屏,应该不用解释。
* `/exit` 退出`潘多拉`

## macOS的神奇问题

* 如果你界面报错:`certificate verify failed: unable to get local issuer certificate`
* 第一步:同时按键盘`Command`+`SPace`,或手动打开`Spotlight`
* 第二步:输入`Install Certificates.command`执行它。
* 问题解决。

## 其他说明
* 项目是站在其他巨人的肩膀上,感谢!
* 报错、BUG之类的提出`Issue`,我会修复。
Expand Down
7 changes: 7 additions & 0 deletions doc/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
* `/clear` clears the screen.
* `/exit` exits Pandora.

## macOS specific issues

* If you get an error: `certificate verify failed: unable to get local issuer certificate`
* First: Press `Command`+`Space` buttons or open `Spotlight`.
* Second:type `Install Certificates.command` and execute it.
* Problem solved.

## Other Information

* Pandora is an open-source project that stands on the shoulders of other giants, thank you!
Expand Down

0 comments on commit 2855a2f

Please sign in to comment.