update brew command for other README

This commit is contained in:
Quy Le Anh 2021-04-02 21:44:22 +07:00
parent bd0016d408
commit 840c24d4f9
4 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ brew install scrcpy
`PATH` 로부터 접근 가능한 `adb` 가 필요합니다. 아직 설치하지 않았다면 다음을 따라 설치해야 합니다 :
```bash
brew cask install android-platform-tools
brew install android-platform-tools
```
[어플을 직접 설치][BUILD] 할 수도 있습니다.

View file

@ -114,7 +114,7 @@ Você precisa do `adb`, acessível pelo seu `PATH`. Se você ainda não o tem:
```bash
# Homebrew >= 2.6.0
brew install --cask android-platform-tools
brew install android-platform-tools
# Homebrew < 2.6.0
brew cask install android-platform-tools

View file

@ -115,7 +115,7 @@ brew install scrcpy
```bash
# Homebrew >= 2.6.0
brew install --cask android-platform-tools
brew install android-platform-tools
# Homebrew < 2.6.0
brew cask install android-platform-tools

View file

@ -116,7 +116,7 @@ brew install scrcpy
由於執行期間需要可以藉由 `PATH` 存取 `adb` 。如果還沒有安裝 `adb` 可以使用下列方式安裝:
```bash
brew cask install android-platform-tools
brew install android-platform-tools
```
你也可以自己[編譯 _Scrcpy_][BUILD]。