Skip to content

Commit

Permalink
No need --cask params
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 12, 2022
1 parent f0a1779 commit 61f463f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.enUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ http:https://mos.caldis.me/
If you wish to install the application from [Homebrew](https://brew.sh):

```bash
$ brew install mos --cask
$ brew install mos
```

The application will live at `/Applications/Mos.app`.
Expand All @@ -62,7 +62,7 @@ To update the app:

```bash
$ brew update
$ brew reinstall mos --cask
$ brew reinstall mos
```

Quit then relaunch the app.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ http:https://mos.caldis.me/
Mos可通过[Homebrew](https://brew.sh)来安装:

```bash
$ brew install mos --cask
$ brew install mos
```

应用将被安装至 `/Applications/Mos.app`
Expand All @@ -63,7 +63,7 @@ $ brew install mos --cask

```bash
$ brew update
$ brew reinstall mos --cask
$ brew reinstall mos
```

重新启动应用即可。
Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ http:https://mos.caldis.me/
Если вы хотите установить приложение с помощью [Homebrew](https://brew.sh):

```bash
$ brew install mos --cask
$ brew install mos
```

Приложение будет находится по адресу `/Applications/Mos.app`.
Expand All @@ -62,7 +62,7 @@ $ brew install mos --cask

```bash
$ brew update
$ brew reinstall mos --cask
$ brew reinstall mos
```

Закройте и перезапустите приложение.
Expand Down

0 comments on commit 61f463f

Please sign in to comment.