Skip to content

Commit

Permalink
Remove --cask params (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Dec 20, 2022
1 parent b4fd033 commit 5cbdcf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ It is a [document based application](https://developer.apple.com/document-based-

Pine is still in its very early stages, so if you encounter any bugs or have a feature request please raise an issue!

**Install via Homebrew Cask**
**Install via Homebrew**

```bash
$ brew tap lukakerr/things
$ brew install --cask pine
$ brew install pine
```

**Manual Download**
Expand All @@ -32,10 +32,10 @@ Visit the [releases page](https://github.com/lukakerr/pine/releases) to download

### Uninstalling

**Installed via Homebrew Cask**
**Installed via Homebrew**

```bash
$ brew cask remove pine
$ brew remove pine
```

**Downloaded Manually**
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pine仍处于测试阶段,因此,如果您遇到任何错误或对新的功能

```bash
$ brew tap lukakerr/things
$ brew cask install pine
$ brew install pine
```

**直接下载并安装**
Expand All @@ -31,7 +31,7 @@ $ brew cask install pine
**自Homebrew安装应用**

```bash
$ brew cask remove pine
$ brew remove pine
```

**直接下载并安装应用**
Expand Down

0 comments on commit 5cbdcf6

Please sign in to comment.