Skip to content

Commit

Permalink
#149 修改 brew 安装命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperhe committed Jan 27, 2021
1 parent 747e705 commit d4f63a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Bob is a macOS translation application for text and pictures, and manual input.
### Homebrew Cask

```sh
brew cask install bob
brew install --cask bob
```

### Manual Install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Bob 是一款 Mac 端翻译软件,支持**划词翻译**、**截图翻译**以
### Homebrew Cask 安装

```bash
brew cask install bob
brew install --cask bob
```

### 手动安装
Expand Down
2 changes: 1 addition & 1 deletion docs/general/quickstart/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Homebrew Cask 安装

```bash
brew cask install bob
brew install --cask bob
```

## 手动安装
Expand Down

0 comments on commit d4f63a6

Please sign in to comment.