Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加了通过 HomeBrew 安装的方法说明,增加对 BaseURL 格式的说明 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ GerritJarvis 是一个由 Swift 语言(5.0)编写的 Mac App,主要用于

### 安装

#### 使用 HomeBrew 安装

1. make sure you are using MacOS.
2. make sure you have brew installed.
3. run `brew tap alwaystest/tap`
4. `brew cask install gerrit-jarvis`

#### 手动安装

解压 zip 包,将 GerritJarvis.app 拷贝到系统 Applications 目录,右键点击 GerritJarvis.app,选择打开(不要使用双击打开),会弹框询问是否信任,点击信任即可。打开后会在状态栏看到 GerritJarvis 的图标。

### 使用
Expand All @@ -27,6 +36,8 @@ GerritJarvis 是一个由 Swift 语言(5.0)编写的 Mac App,主要用于

如果 GerritJarvis 还未设置账号密码,列表页中会出现 Go To Preferences 的按钮,点击按钮到 Preference,选择 Account 的 Tab,将 Gerrit 的用户名和 HTTP Password 填到输入框中,点击 Save 进行保存。

BaseURL 项需要填写 Gerrit Server 的地址。eg: `http://gerrit.sample.com`

关于 Review 列表:

* Review 列表按照更新时间从新到旧进行排序,自己提交的 Outgoing Review 在顶部(不显示没有 Reviewer 的 Review),默认不显示自己给自己 -2 的 Review(还没准备好给别人看),可以在设置中勾选“显示自己提的 Review 中被自己 -2 的 Review”进行配置
Expand Down